Class ImageRegistryConfigStorageS3Builder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operator.imageregistry.v1.ImageRegistryConfigStorageS3Fluent<ImageRegistryConfigStorageS3Builder>
-
- io.fabric8.openshift.api.model.operator.imageregistry.v1.ImageRegistryConfigStorageS3Builder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<ImageRegistryConfigStorageS3>,io.fabric8.kubernetes.api.builder.Visitable<ImageRegistryConfigStorageS3Builder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<ImageRegistryConfigStorageS3,ImageRegistryConfigStorageS3Builder>
public class ImageRegistryConfigStorageS3Builder extends ImageRegistryConfigStorageS3Fluent<ImageRegistryConfigStorageS3Builder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<ImageRegistryConfigStorageS3,ImageRegistryConfigStorageS3Builder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.operator.imageregistry.v1.ImageRegistryConfigStorageS3Fluent
ImageRegistryConfigStorageS3Fluent.CloudFrontNested<N>, ImageRegistryConfigStorageS3Fluent.TrustedCANested<N>
-
-
Constructor Summary
Constructors Constructor Description ImageRegistryConfigStorageS3Builder()ImageRegistryConfigStorageS3Builder(ImageRegistryConfigStorageS3 instance)ImageRegistryConfigStorageS3Builder(ImageRegistryConfigStorageS3Fluent<?> fluent)ImageRegistryConfigStorageS3Builder(ImageRegistryConfigStorageS3Fluent<?> fluent, ImageRegistryConfigStorageS3 instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ImageRegistryConfigStorageS3build()-
Methods inherited from class io.fabric8.openshift.api.model.operator.imageregistry.v1.ImageRegistryConfigStorageS3Fluent
addToAdditionalProperties, addToAdditionalProperties, buildCloudFront, buildTrustedCA, copyInstance, editCloudFront, editOrNewCloudFront, editOrNewCloudFrontLike, editOrNewTrustedCA, editOrNewTrustedCALike, editTrustedCA, equals, getAdditionalProperties, getBucket, getChunkSizeMiB, getEncrypt, getKeyID, getRegion, getRegionEndpoint, getVirtualHostedStyle, hasAdditionalProperties, hasBucket, hasChunkSizeMiB, hasCloudFront, hasEncrypt, hashCode, hasKeyID, hasRegion, hasRegionEndpoint, hasTrustedCA, hasVirtualHostedStyle, removeFromAdditionalProperties, removeFromAdditionalProperties, toString, withAdditionalProperties, withBucket, withChunkSizeMiB, withCloudFront, withEncrypt, withEncrypt, withKeyID, withNewCloudFront, withNewCloudFrontLike, withNewTrustedCA, withNewTrustedCA, withNewTrustedCALike, withRegion, withRegionEndpoint, withTrustedCA, withVirtualHostedStyle, withVirtualHostedStyle
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
ImageRegistryConfigStorageS3Builder
public ImageRegistryConfigStorageS3Builder()
-
ImageRegistryConfigStorageS3Builder
public ImageRegistryConfigStorageS3Builder(ImageRegistryConfigStorageS3Fluent<?> fluent)
-
ImageRegistryConfigStorageS3Builder
public ImageRegistryConfigStorageS3Builder(ImageRegistryConfigStorageS3Fluent<?> fluent, ImageRegistryConfigStorageS3 instance)
-
ImageRegistryConfigStorageS3Builder
public ImageRegistryConfigStorageS3Builder(ImageRegistryConfigStorageS3 instance)
-
-
Method Detail
-
build
public ImageRegistryConfigStorageS3 build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<ImageRegistryConfigStorageS3>
-
-