Interface GetDatabaseRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<GetDatabaseRequest.Builder,
,GetDatabaseRequest> SdkBuilder<GetDatabaseRequest.Builder,
,GetDatabaseRequest> SdkPojo
,SdkRequest.Builder
,SsmSapRequest.Builder
- Enclosing class:
GetDatabaseRequest
@Mutable
@NotThreadSafe
public static interface GetDatabaseRequest.Builder
extends SsmSapRequest.Builder, SdkPojo, CopyableBuilder<GetDatabaseRequest.Builder,GetDatabaseRequest>
-
Method Summary
Modifier and TypeMethodDescriptionapplicationId
(String applicationId) The ID of the application.componentId
(String componentId) The ID of the component.databaseArn
(String databaseArn) The Amazon Resource Name (ARN) of the database.databaseId
(String databaseId) The ID of the database.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.services.ssmsap.model.SsmSapRequest.Builder
build
-
Method Details
-
applicationId
The ID of the application.
- Parameters:
applicationId
- The ID of the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
componentId
The ID of the component.
- Parameters:
componentId
- The ID of the component.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
databaseId
The ID of the database.
- Parameters:
databaseId
- The ID of the database.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
databaseArn
The Amazon Resource Name (ARN) of the database.
- Parameters:
databaseArn
- The Amazon Resource Name (ARN) of the database.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetDatabaseRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GetDatabaseRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-