Interface GetDatabaseResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetDatabaseResponse.Builder,
,GetDatabaseResponse> SdkBuilder<GetDatabaseResponse.Builder,
,GetDatabaseResponse> SdkPojo
,SdkResponse.Builder
,SsmSapResponse.Builder
- Enclosing class:
GetDatabaseResponse
@Mutable
@NotThreadSafe
public static interface GetDatabaseResponse.Builder
extends SsmSapResponse.Builder, SdkPojo, CopyableBuilder<GetDatabaseResponse.Builder,GetDatabaseResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondefault GetDatabaseResponse.Builder
database
(Consumer<Database.Builder> database) The SAP HANA database of an application registered with AWS Systems Manager for SAP.The SAP HANA database of an application registered with AWS Systems Manager for SAP.The tags of a database.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.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
Methods inherited from interface software.amazon.awssdk.services.ssmsap.model.SsmSapResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
database
The SAP HANA database of an application registered with AWS Systems Manager for SAP.
- Parameters:
database
- The SAP HANA database of an application registered with AWS Systems Manager for SAP.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
database
The SAP HANA database of an application registered with AWS Systems Manager for SAP.
This is a convenience method that creates an instance of theDatabase.Builder
avoiding the need to create one manually viaDatabase.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todatabase(Database)
.- Parameters:
database
- a consumer that will call methods onDatabase.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tags
The tags of a database.
- Parameters:
tags
- The tags of a database.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-