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 Summary
Modifier 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.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
status
The status of the Amazon S3 access.
Valid Values:
enabled | disabled
- Parameters:
status
- The status of the Amazon S3 access.Valid Values:
enabled | disabled
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the Amazon S3 access.
Valid Values:
enabled | disabled
- Parameters:
status
- The status of the Amazon S3 access.Valid Values:
enabled | disabled
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
ipv4Addresses
The 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.
-
ipv4Addresses
The 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.
-
domainName
The 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.
-
s3PolicyDocument
The 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.
-