Interface S3Access.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<S3Access.Builder,,- S3Access> - SdkBuilder<S3Access.Builder,,- S3Access> - SdkPojo
- Enclosing class:
- S3Access
@Mutable
@NotThreadSafe
public static interface S3Access.Builder
extends SdkPojo, CopyableBuilder<S3Access.Builder,S3Access> 
- 
Method SummaryModifier and TypeMethodDescriptiondomainName(String domainName) The domain name for the Amazon S3 access.ipv4Addresses(String... ipv4Addresses) The IPv4 addresses for the Amazon S3 access.ipv4Addresses(Collection<String> ipv4Addresses) The IPv4 addresses for the Amazon S3 access.s3PolicyDocument(String s3PolicyDocument) The endpoint policy for the Amazon S3 access.The status of the Amazon S3 access.status(ManagedResourceStatus status) The status of the Amazon S3 access.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
statusThe status of the Amazon S3 access. - Parameters:
- status- The status of the Amazon S3 access.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusThe status of the Amazon S3 access. - Parameters:
- status- The status of the Amazon S3 access.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
ipv4AddressesThe IPv4 addresses for the Amazon S3 access. - Parameters:
- ipv4Addresses- The IPv4 addresses for the Amazon S3 access.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
ipv4AddressesThe IPv4 addresses for the Amazon S3 access. - Parameters:
- ipv4Addresses- The IPv4 addresses for the Amazon S3 access.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
domainNameThe domain name for the Amazon S3 access. - Parameters:
- domainName- The domain name for the Amazon S3 access.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
s3PolicyDocumentThe endpoint policy for the Amazon S3 access. - Parameters:
- s3PolicyDocument- The endpoint policy for the Amazon S3 access.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-