Interface RdsLimitlessDbDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RdsLimitlessDbDetails.Builder,
,RdsLimitlessDbDetails> SdkBuilder<RdsLimitlessDbDetails.Builder,
,RdsLimitlessDbDetails> SdkPojo
- Enclosing class:
RdsLimitlessDbDetails
@Mutable
@NotThreadSafe
public static interface RdsLimitlessDbDetails.Builder
extends SdkPojo, CopyableBuilder<RdsLimitlessDbDetails.Builder,RdsLimitlessDbDetails>
-
Method Summary
Modifier and TypeMethodDescriptiondbClusterIdentifier
(String dbClusterIdentifier) The name of the database cluster that is a part of the Limitless Database.dbShardGroupArn
(String dbShardGroupArn) The Amazon Resource Name (ARN) that identifies the DB shard group.dbShardGroupIdentifier
(String dbShardGroupIdentifier) The name associated with the Limitless DB shard group.dbShardGroupResourceId
(String dbShardGroupResourceId) The resource identifier of the DB shard group within the Limitless Database.The database engine of the database instance involved in the finding.engineVersion
(String engineVersion) The version of the database engine.tags
(Collection<Tag> tags) Information about the tag key-value pair.tags
(Consumer<Tag.Builder>... tags) Information about the tag key-value pair.Information about the tag key-value pair.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
-
Method Details
-
dbShardGroupIdentifier
The name associated with the Limitless DB shard group.
- Parameters:
dbShardGroupIdentifier
- The name associated with the Limitless DB shard group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dbShardGroupResourceId
The resource identifier of the DB shard group within the Limitless Database.
- Parameters:
dbShardGroupResourceId
- The resource identifier of the DB shard group within the Limitless Database.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dbShardGroupArn
The Amazon Resource Name (ARN) that identifies the DB shard group.
- Parameters:
dbShardGroupArn
- The Amazon Resource Name (ARN) that identifies the DB shard group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
engine
The database engine of the database instance involved in the finding.
- Parameters:
engine
- The database engine of the database instance involved in the finding.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
engineVersion
The version of the database engine.
- Parameters:
engineVersion
- The version of the database engine.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dbClusterIdentifier
The name of the database cluster that is a part of the Limitless Database.
- Parameters:
dbClusterIdentifier
- The name of the database cluster that is a part of the Limitless Database.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
Information about the tag key-value pair.
- Parameters:
tags
- Information about the tag key-value pair.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
Information about the tag key-value pair.
- Parameters:
tags
- Information about the tag key-value pair.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
Information about the tag key-value pair.
This is a convenience method that creates an instance of theTag.Builder
avoiding the need to create one manually viaTag.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totags(List<Tag>)
.- Parameters:
tags
- a consumer that will call methods onTag.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-