Interface CreateTenantDatabaseResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateTenantDatabaseResponse.Builder,CreateTenantDatabaseResponse>,RdsResponse.Builder,SdkBuilder<CreateTenantDatabaseResponse.Builder,CreateTenantDatabaseResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateTenantDatabaseResponse
public static interface CreateTenantDatabaseResponse.Builder extends RdsResponse.Builder, SdkPojo, CopyableBuilder<CreateTenantDatabaseResponse.Builder,CreateTenantDatabaseResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default CreateTenantDatabaseResponse.BuildertenantDatabase(Consumer<TenantDatabase.Builder> tenantDatabase)Sets the value of the TenantDatabase property for this object.CreateTenantDatabaseResponse.BuildertenantDatabase(TenantDatabase tenantDatabase)Sets the value of the TenantDatabase property for this object.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.rds.model.RdsResponse.Builder
build, responseMetadata, responseMetadata
-
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
-
-
-
-
Method Detail
-
tenantDatabase
CreateTenantDatabaseResponse.Builder tenantDatabase(TenantDatabase tenantDatabase)
Sets the value of the TenantDatabase property for this object.- Parameters:
tenantDatabase- The new value for the TenantDatabase property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tenantDatabase
default CreateTenantDatabaseResponse.Builder tenantDatabase(Consumer<TenantDatabase.Builder> tenantDatabase)
Sets the value of the TenantDatabase property for this object. This is a convenience method that creates an instance of theTenantDatabase.Builderavoiding the need to create one manually viaTenantDatabase.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totenantDatabase(TenantDatabase).- Parameters:
tenantDatabase- a consumer that will call methods onTenantDatabase.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
tenantDatabase(TenantDatabase)
-
-