Class ImageRegistryConfigStorageS3Fluent<A extends ImageRegistryConfigStorageS3Fluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operator.imageregistry.v1.ImageRegistryConfigStorageS3Fluent<A>
-
- Direct Known Subclasses:
ImageRegistryConfigStorageFluent.S3Nested,ImageRegistryConfigStorageS3Builder
public class ImageRegistryConfigStorageS3Fluent<A extends ImageRegistryConfigStorageS3Fluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classImageRegistryConfigStorageS3Fluent.CloudFrontNested<N>classImageRegistryConfigStorageS3Fluent.TrustedCANested<N>
-
Constructor Summary
Constructors Constructor Description ImageRegistryConfigStorageS3Fluent()ImageRegistryConfigStorageS3Fluent(ImageRegistryConfigStorageS3 instance)
-
Method Summary
-
-
-
Constructor Detail
-
ImageRegistryConfigStorageS3Fluent
public ImageRegistryConfigStorageS3Fluent()
-
ImageRegistryConfigStorageS3Fluent
public ImageRegistryConfigStorageS3Fluent(ImageRegistryConfigStorageS3 instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(ImageRegistryConfigStorageS3 instance)
-
getBucket
public String getBucket()
-
hasBucket
public boolean hasBucket()
-
getChunkSizeMiB
public Integer getChunkSizeMiB()
-
hasChunkSizeMiB
public boolean hasChunkSizeMiB()
-
buildCloudFront
public ImageRegistryConfigStorageS3CloudFront buildCloudFront()
-
withCloudFront
public A withCloudFront(ImageRegistryConfigStorageS3CloudFront cloudFront)
-
hasCloudFront
public boolean hasCloudFront()
-
withNewCloudFront
public ImageRegistryConfigStorageS3Fluent.CloudFrontNested<A> withNewCloudFront()
-
withNewCloudFrontLike
public ImageRegistryConfigStorageS3Fluent.CloudFrontNested<A> withNewCloudFrontLike(ImageRegistryConfigStorageS3CloudFront item)
-
editCloudFront
public ImageRegistryConfigStorageS3Fluent.CloudFrontNested<A> editCloudFront()
-
editOrNewCloudFront
public ImageRegistryConfigStorageS3Fluent.CloudFrontNested<A> editOrNewCloudFront()
-
editOrNewCloudFrontLike
public ImageRegistryConfigStorageS3Fluent.CloudFrontNested<A> editOrNewCloudFrontLike(ImageRegistryConfigStorageS3CloudFront item)
-
getEncrypt
public Boolean getEncrypt()
-
hasEncrypt
public boolean hasEncrypt()
-
getKeyID
public String getKeyID()
-
hasKeyID
public boolean hasKeyID()
-
getRegion
public String getRegion()
-
hasRegion
public boolean hasRegion()
-
getRegionEndpoint
public String getRegionEndpoint()
-
hasRegionEndpoint
public boolean hasRegionEndpoint()
-
buildTrustedCA
public S3TrustedCASource buildTrustedCA()
-
withTrustedCA
public A withTrustedCA(S3TrustedCASource trustedCA)
-
hasTrustedCA
public boolean hasTrustedCA()
-
withNewTrustedCA
public ImageRegistryConfigStorageS3Fluent.TrustedCANested<A> withNewTrustedCA()
-
withNewTrustedCALike
public ImageRegistryConfigStorageS3Fluent.TrustedCANested<A> withNewTrustedCALike(S3TrustedCASource item)
-
editTrustedCA
public ImageRegistryConfigStorageS3Fluent.TrustedCANested<A> editTrustedCA()
-
editOrNewTrustedCA
public ImageRegistryConfigStorageS3Fluent.TrustedCANested<A> editOrNewTrustedCA()
-
editOrNewTrustedCALike
public ImageRegistryConfigStorageS3Fluent.TrustedCANested<A> editOrNewTrustedCALike(S3TrustedCASource item)
-
getVirtualHostedStyle
public Boolean getVirtualHostedStyle()
-
hasVirtualHostedStyle
public boolean hasVirtualHostedStyle()
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ImageRegistryConfigStorageS3Fluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ImageRegistryConfigStorageS3Fluent<A>>
-
withEncrypt
public A withEncrypt()
-
withVirtualHostedStyle
public A withVirtualHostedStyle()
-
-