Interface CrossRegionS3RestoreSourcesAccess.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CrossRegionS3RestoreSourcesAccess.Builder,,CrossRegionS3RestoreSourcesAccess> SdkBuilder<CrossRegionS3RestoreSourcesAccess.Builder,,CrossRegionS3RestoreSourcesAccess> SdkPojo
- Enclosing class:
CrossRegionS3RestoreSourcesAccess
@Mutable
@NotThreadSafe
public static interface CrossRegionS3RestoreSourcesAccess.Builder
extends SdkPojo, CopyableBuilder<CrossRegionS3RestoreSourcesAccess.Builder,CrossRegionS3RestoreSourcesAccess>
-
Method Summary
Modifier and TypeMethodDescriptionipv4Addresses(String... ipv4Addresses) The IPv4 addresses allowed for cross-Region S3 restore access.ipv4Addresses(Collection<String> ipv4Addresses) The IPv4 addresses allowed for cross-Region S3 restore access.The Amazon Web Services Region for cross-Region S3 restore access.The current status of the cross-Region S3 restore access configuration.status(ManagedResourceStatus status) The current status of the cross-Region S3 restore access configuration.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
region
The Amazon Web Services Region for cross-Region S3 restore access.
- Parameters:
region- The Amazon Web Services Region for cross-Region S3 restore access.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipv4Addresses
The IPv4 addresses allowed for cross-Region S3 restore access.
- Parameters:
ipv4Addresses- The IPv4 addresses allowed for cross-Region S3 restore access.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipv4Addresses
The IPv4 addresses allowed for cross-Region S3 restore access.
- Parameters:
ipv4Addresses- The IPv4 addresses allowed for cross-Region S3 restore access.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the cross-Region S3 restore access configuration.
- Parameters:
status- The current status of the cross-Region S3 restore access configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the cross-Region S3 restore access configuration.
- Parameters:
status- The current status of the cross-Region S3 restore access configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-