Interface AutonomousDatabasePeerSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AutonomousDatabasePeerSummary.Builder,,AutonomousDatabasePeerSummary> SdkBuilder<AutonomousDatabasePeerSummary.Builder,,AutonomousDatabasePeerSummary> SdkPojo
- Enclosing class:
AutonomousDatabasePeerSummary
@Mutable
@NotThreadSafe
public static interface AutonomousDatabasePeerSummary.Builder
extends SdkPojo, CopyableBuilder<AutonomousDatabasePeerSummary.Builder,AutonomousDatabasePeerSummary>
-
Method Summary
Modifier and TypeMethodDescriptionautonomousDatabaseArn(String autonomousDatabaseArn) The Amazon Resource Name (ARN) of the peer Autonomous Database.autonomousDatabaseId(String autonomousDatabaseId) The unique identifier of the peer Autonomous Database.The Oracle Cloud Identifier (OCID) of the peer Autonomous Database.The Amazon Web Services Region where the peer Autonomous Database is located.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
-
autonomousDatabaseId
The unique identifier of the peer Autonomous Database.
- Parameters:
autonomousDatabaseId- The unique identifier of the peer Autonomous Database.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
autonomousDatabaseArn
The Amazon Resource Name (ARN) of the peer Autonomous Database.
- Parameters:
autonomousDatabaseArn- The Amazon Resource Name (ARN) of the peer Autonomous Database.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ocid
The Oracle Cloud Identifier (OCID) of the peer Autonomous Database.
- Parameters:
ocid- The Oracle Cloud Identifier (OCID) of the peer Autonomous Database.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
region
The Amazon Web Services Region where the peer Autonomous Database is located.
- Parameters:
region- The Amazon Web Services Region where the peer Autonomous Database is located.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-