public class ImageRegistryConfigStorageS3Fluent<A extends ImageRegistryConfigStorageS3Fluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
ImageRegistryConfigStorageS3Fluent.CloudFrontNested<N> |
class |
ImageRegistryConfigStorageS3Fluent.TrustedCANested<N> |
| Constructor and Description |
|---|
ImageRegistryConfigStorageS3Fluent() |
ImageRegistryConfigStorageS3Fluent(ImageRegistryConfigStorageS3 instance) |
public ImageRegistryConfigStorageS3Fluent()
public ImageRegistryConfigStorageS3Fluent(ImageRegistryConfigStorageS3 instance)
protected void copyInstance(ImageRegistryConfigStorageS3 instance)
public String getBucket()
public boolean hasBucket()
public ImageRegistryConfigStorageS3CloudFront buildCloudFront()
public A withCloudFront(ImageRegistryConfigStorageS3CloudFront cloudFront)
public boolean hasCloudFront()
public ImageRegistryConfigStorageS3Fluent.CloudFrontNested<A> withNewCloudFront()
public ImageRegistryConfigStorageS3Fluent.CloudFrontNested<A> withNewCloudFrontLike(ImageRegistryConfigStorageS3CloudFront item)
public ImageRegistryConfigStorageS3Fluent.CloudFrontNested<A> editCloudFront()
public ImageRegistryConfigStorageS3Fluent.CloudFrontNested<A> editOrNewCloudFront()
public ImageRegistryConfigStorageS3Fluent.CloudFrontNested<A> editOrNewCloudFrontLike(ImageRegistryConfigStorageS3CloudFront item)
public Boolean getEncrypt()
public boolean hasEncrypt()
public String getKeyID()
public boolean hasKeyID()
public String getRegion()
public boolean hasRegion()
public String getRegionEndpoint()
public boolean hasRegionEndpoint()
public S3TrustedCASource buildTrustedCA()
public A withTrustedCA(S3TrustedCASource trustedCA)
public boolean hasTrustedCA()
public ImageRegistryConfigStorageS3Fluent.TrustedCANested<A> withNewTrustedCA()
public ImageRegistryConfigStorageS3Fluent.TrustedCANested<A> withNewTrustedCALike(S3TrustedCASource item)
public ImageRegistryConfigStorageS3Fluent.TrustedCANested<A> editTrustedCA()
public ImageRegistryConfigStorageS3Fluent.TrustedCANested<A> editOrNewTrustedCA()
public ImageRegistryConfigStorageS3Fluent.TrustedCANested<A> editOrNewTrustedCALike(S3TrustedCASource item)
public Boolean getVirtualHostedStyle()
public boolean hasVirtualHostedStyle()
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ImageRegistryConfigStorageS3Fluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ImageRegistryConfigStorageS3Fluent<A>>public A withEncrypt()
public A withVirtualHostedStyle()
Copyright © 2015–2023 Red Hat. All rights reserved.