Interface GetDatabaseResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<GetDatabaseResponse.Builder,,GetDatabaseResponse> SdkBuilder<GetDatabaseResponse.Builder,,GetDatabaseResponse> SdkPojo,SdkResponse.Builder,SsmSapResponse.Builder
- Enclosing class:
 GetDatabaseResponse
public static interface GetDatabaseResponse.Builder
extends SsmSapResponse.Builder, SdkPojo, CopyableBuilder<GetDatabaseResponse.Builder,GetDatabaseResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptiondefault GetDatabaseResponse.Builderdatabase(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
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods 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.Builderavoiding the need to create one manually viaDatabase.builder().When the
Consumercompletes,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.
 
 
 -