Interface ModifyDbSnapshotAttributeRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ModifyDbSnapshotAttributeRequest.Builder,,ModifyDbSnapshotAttributeRequest> RdsRequest.Builder,SdkBuilder<ModifyDbSnapshotAttributeRequest.Builder,,ModifyDbSnapshotAttributeRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- ModifyDbSnapshotAttributeRequest
-
Method Summary
Modifier and TypeMethodDescriptionattributeName(String attributeName) The name of the DB snapshot attribute to modify.dbSnapshotIdentifier(String dbSnapshotIdentifier) The identifier for the DB snapshot to modify the attributes for.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) valuesToAdd(String... valuesToAdd) A list of DB snapshot attributes to add to the attribute specified byAttributeName.valuesToAdd(Collection<String> valuesToAdd) A list of DB snapshot attributes to add to the attribute specified byAttributeName.valuesToRemove(String... valuesToRemove) A list of DB snapshot attributes to remove from the attribute specified byAttributeName.valuesToRemove(Collection<String> valuesToRemove) A list of DB snapshot attributes to remove from the attribute specified byAttributeName.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.rds.model.RdsRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
dbSnapshotIdentifier
The identifier for the DB snapshot to modify the attributes for.
- Parameters:
dbSnapshotIdentifier- The identifier for the DB snapshot to modify the attributes for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributeName
The name of the DB snapshot attribute to modify.
To manage authorization for other Amazon Web Services accounts to copy or restore a manual DB snapshot, set this value to
restore.To view the list of attributes available to modify, use the DescribeDBSnapshotAttributes API operation.
- Parameters:
attributeName- The name of the DB snapshot attribute to modify.To manage authorization for other Amazon Web Services accounts to copy or restore a manual DB snapshot, set this value to
restore.To view the list of attributes available to modify, use the DescribeDBSnapshotAttributes API operation.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
valuesToAdd
A list of DB snapshot attributes to add to the attribute specified by
AttributeName.To authorize other Amazon Web Services accounts to copy or restore a manual snapshot, set this list to include one or more Amazon Web Services account IDs, or
allto make the manual DB snapshot restorable by any Amazon Web Services account. Do not add theallvalue for any manual DB snapshots that contain private information that you don't want available to all Amazon Web Services accounts.- Parameters:
valuesToAdd- A list of DB snapshot attributes to add to the attribute specified byAttributeName.To authorize other Amazon Web Services accounts to copy or restore a manual snapshot, set this list to include one or more Amazon Web Services account IDs, or
allto make the manual DB snapshot restorable by any Amazon Web Services account. Do not add theallvalue for any manual DB snapshots that contain private information that you don't want available to all Amazon Web Services accounts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
valuesToAdd
A list of DB snapshot attributes to add to the attribute specified by
AttributeName.To authorize other Amazon Web Services accounts to copy or restore a manual snapshot, set this list to include one or more Amazon Web Services account IDs, or
allto make the manual DB snapshot restorable by any Amazon Web Services account. Do not add theallvalue for any manual DB snapshots that contain private information that you don't want available to all Amazon Web Services accounts.- Parameters:
valuesToAdd- A list of DB snapshot attributes to add to the attribute specified byAttributeName.To authorize other Amazon Web Services accounts to copy or restore a manual snapshot, set this list to include one or more Amazon Web Services account IDs, or
allto make the manual DB snapshot restorable by any Amazon Web Services account. Do not add theallvalue for any manual DB snapshots that contain private information that you don't want available to all Amazon Web Services accounts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
valuesToRemove
A list of DB snapshot attributes to remove from the attribute specified by
AttributeName.To remove authorization for other Amazon Web Services accounts to copy or restore a manual snapshot, set this list to include one or more Amazon Web Services account identifiers, or
allto remove authorization for any Amazon Web Services account to copy or restore the DB snapshot. If you specifyall, an Amazon Web Services account whose account ID is explicitly added to therestoreattribute can still copy or restore the manual DB snapshot.- Parameters:
valuesToRemove- A list of DB snapshot attributes to remove from the attribute specified byAttributeName.To remove authorization for other Amazon Web Services accounts to copy or restore a manual snapshot, set this list to include one or more Amazon Web Services account identifiers, or
allto remove authorization for any Amazon Web Services account to copy or restore the DB snapshot. If you specifyall, an Amazon Web Services account whose account ID is explicitly added to therestoreattribute can still copy or restore the manual DB snapshot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
valuesToRemove
A list of DB snapshot attributes to remove from the attribute specified by
AttributeName.To remove authorization for other Amazon Web Services accounts to copy or restore a manual snapshot, set this list to include one or more Amazon Web Services account identifiers, or
allto remove authorization for any Amazon Web Services account to copy or restore the DB snapshot. If you specifyall, an Amazon Web Services account whose account ID is explicitly added to therestoreattribute can still copy or restore the manual DB snapshot.- Parameters:
valuesToRemove- A list of DB snapshot attributes to remove from the attribute specified byAttributeName.To remove authorization for other Amazon Web Services accounts to copy or restore a manual snapshot, set this list to include one or more Amazon Web Services account identifiers, or
allto remove authorization for any Amazon Web Services account to copy or restore the DB snapshot. If you specifyall, an Amazon Web Services account whose account ID is explicitly added to therestoreattribute can still copy or restore the manual DB snapshot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ModifyDbSnapshotAttributeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ModifyDbSnapshotAttributeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-