Interface ManagedS3BackupAccess.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ManagedS3BackupAccess.Builder,,- ManagedS3BackupAccess> - SdkBuilder<ManagedS3BackupAccess.Builder,,- ManagedS3BackupAccess> - SdkPojo
- Enclosing class:
- ManagedS3BackupAccess
@Mutable
@NotThreadSafe
public static interface ManagedS3BackupAccess.Builder
extends SdkPojo, CopyableBuilder<ManagedS3BackupAccess.Builder,ManagedS3BackupAccess> 
- 
Method SummaryModifier and TypeMethodDescriptionipv4Addresses(String... ipv4Addresses) The IPv4 addresses for the managed Amazon S3 backup access.ipv4Addresses(Collection<String> ipv4Addresses) The IPv4 addresses for the managed Amazon S3 backup access.The status of the managed Amazon S3 backup access.status(ManagedResourceStatus status) The status of the managed Amazon S3 backup 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 managed Amazon S3 backup access. - Parameters:
- status- The status of the managed Amazon S3 backup access.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusThe status of the managed Amazon S3 backup access. - Parameters:
- status- The status of the managed Amazon S3 backup access.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
ipv4AddressesThe IPv4 addresses for the managed Amazon S3 backup access. - Parameters:
- ipv4Addresses- The IPv4 addresses for the managed Amazon S3 backup access.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
ipv4AddressesThe IPv4 addresses for the managed Amazon S3 backup access. - Parameters:
- ipv4Addresses- The IPv4 addresses for the managed Amazon S3 backup access.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-