Interface RdsDbSnapshotAttributeValue.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RdsDbSnapshotAttributeValue.Builder,RdsDbSnapshotAttributeValue>,SdkBuilder<RdsDbSnapshotAttributeValue.Builder,RdsDbSnapshotAttributeValue>,SdkPojo
- Enclosing class:
- RdsDbSnapshotAttributeValue
public static interface RdsDbSnapshotAttributeValue.Builder extends SdkPojo, CopyableBuilder<RdsDbSnapshotAttributeValue.Builder,RdsDbSnapshotAttributeValue>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RdsDbSnapshotAttributeValue.BuilderaccountIds(String... accountIds)The Amazon Web Services account IDs that have access to the manual Amazon RDS DB snapshot.RdsDbSnapshotAttributeValue.BuilderaccountIds(Collection<String> accountIds)The Amazon Web Services account IDs that have access to the manual Amazon RDS DB snapshot.-
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, sdkFields
-
-
-
-
Method Detail
-
accountIds
RdsDbSnapshotAttributeValue.Builder accountIds(Collection<String> accountIds)
The Amazon Web Services account IDs that have access to the manual Amazon RDS DB snapshot. If the value
allis specified, then the Amazon RDS DB snapshot is public and can be copied or restored by all Amazon Web Services accounts.-
If the configuration is for an existing Amazon RDS DB snapshot and you do not specify the
accountIdsinRdsDbSnapshotAttributeValue, then the access preview uses the existing sharedaccountIdsfor the snapshot. -
If the access preview is for a new resource and you do not specify the specify the
accountIdsinRdsDbSnapshotAttributeValue, then the access preview considers the snapshot without any attributes. -
To propose deletion of an existing shared
accountIds, you can specify an empty list foraccountIdsin theRdsDbSnapshotAttributeValue.
- Parameters:
accountIds- The Amazon Web Services account IDs that have access to the manual Amazon RDS DB snapshot. If the valueallis specified, then the Amazon RDS DB snapshot is public and can be copied or restored by all Amazon Web Services accounts.-
If the configuration is for an existing Amazon RDS DB snapshot and you do not specify the
accountIdsinRdsDbSnapshotAttributeValue, then the access preview uses the existing sharedaccountIdsfor the snapshot. -
If the access preview is for a new resource and you do not specify the specify the
accountIdsinRdsDbSnapshotAttributeValue, then the access preview considers the snapshot without any attributes. -
To propose deletion of an existing shared
accountIds, you can specify an empty list foraccountIdsin theRdsDbSnapshotAttributeValue.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
accountIds
RdsDbSnapshotAttributeValue.Builder accountIds(String... accountIds)
The Amazon Web Services account IDs that have access to the manual Amazon RDS DB snapshot. If the value
allis specified, then the Amazon RDS DB snapshot is public and can be copied or restored by all Amazon Web Services accounts.-
If the configuration is for an existing Amazon RDS DB snapshot and you do not specify the
accountIdsinRdsDbSnapshotAttributeValue, then the access preview uses the existing sharedaccountIdsfor the snapshot. -
If the access preview is for a new resource and you do not specify the specify the
accountIdsinRdsDbSnapshotAttributeValue, then the access preview considers the snapshot without any attributes. -
To propose deletion of an existing shared
accountIds, you can specify an empty list foraccountIdsin theRdsDbSnapshotAttributeValue.
- Parameters:
accountIds- The Amazon Web Services account IDs that have access to the manual Amazon RDS DB snapshot. If the valueallis specified, then the Amazon RDS DB snapshot is public and can be copied or restored by all Amazon Web Services accounts.-
If the configuration is for an existing Amazon RDS DB snapshot and you do not specify the
accountIdsinRdsDbSnapshotAttributeValue, then the access preview uses the existing sharedaccountIdsfor the snapshot. -
If the access preview is for a new resource and you do not specify the specify the
accountIdsinRdsDbSnapshotAttributeValue, then the access preview considers the snapshot without any attributes. -
To propose deletion of an existing shared
accountIds, you can specify an empty list foraccountIdsin theRdsDbSnapshotAttributeValue.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
-