Class ImageRegistryConfigStorageS3CloudFrontFluent<A extends ImageRegistryConfigStorageS3CloudFrontFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operator.imageregistry.v1.ImageRegistryConfigStorageS3CloudFrontFluent<A>
-
- Direct Known Subclasses:
ImageRegistryConfigStorageS3CloudFrontBuilder,ImageRegistryConfigStorageS3Fluent.CloudFrontNested
public class ImageRegistryConfigStorageS3CloudFrontFluent<A extends ImageRegistryConfigStorageS3CloudFrontFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description ImageRegistryConfigStorageS3CloudFrontFluent()ImageRegistryConfigStorageS3CloudFrontFluent(ImageRegistryConfigStorageS3CloudFront instance)
-
Method Summary
-
-
-
Constructor Detail
-
ImageRegistryConfigStorageS3CloudFrontFluent
public ImageRegistryConfigStorageS3CloudFrontFluent()
-
ImageRegistryConfigStorageS3CloudFrontFluent
public ImageRegistryConfigStorageS3CloudFrontFluent(ImageRegistryConfigStorageS3CloudFront instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(ImageRegistryConfigStorageS3CloudFront instance)
-
getBaseURL
public String getBaseURL()
-
hasBaseURL
public boolean hasBaseURL()
-
getDuration
public String getDuration()
-
hasDuration
public boolean hasDuration()
-
getKeypairID
public String getKeypairID()
-
hasKeypairID
public boolean hasKeypairID()
-
getPrivateKey
public io.fabric8.kubernetes.api.model.SecretKeySelector getPrivateKey()
-
withPrivateKey
public A withPrivateKey(io.fabric8.kubernetes.api.model.SecretKeySelector privateKey)
-
hasPrivateKey
public boolean hasPrivateKey()
-
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 ImageRegistryConfigStorageS3CloudFrontFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ImageRegistryConfigStorageS3CloudFrontFluent<A>>
-
-