Interface TopicV2DataSetRelation.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<TopicV2DataSetRelation.Builder,,TopicV2DataSetRelation> SdkBuilder<TopicV2DataSetRelation.Builder,,TopicV2DataSetRelation> SdkPojo
- Enclosing class:
TopicV2DataSetRelation
@Mutable
@NotThreadSafe
public static interface TopicV2DataSetRelation.Builder
extends SdkPojo, CopyableBuilder<TopicV2DataSetRelation.Builder,TopicV2DataSetRelation>
-
Method Summary
Modifier and TypeMethodDescriptiondefault TopicV2DataSetRelation.BuilderThe left endpoint of the data set relation.The left endpoint of the data set relation.default TopicV2DataSetRelation.BuilderThe right endpoint of the data set relation.The right endpoint of the data set relation.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, sdkFieldNameToField, sdkFields
-
Method Details
-
left
The left endpoint of the data set relation.
- Parameters:
left- The left endpoint of the data set relation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
left
The left endpoint of the data set relation.
This is a convenience method that creates an instance of theTopicV2DataSetRelationEndpoint.Builderavoiding the need to create one manually viaTopicV2DataSetRelationEndpoint.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toleft(TopicV2DataSetRelationEndpoint).- Parameters:
left- a consumer that will call methods onTopicV2DataSetRelationEndpoint.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
right
The right endpoint of the data set relation.
- Parameters:
right- The right endpoint of the data set relation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
right
default TopicV2DataSetRelation.Builder right(Consumer<TopicV2DataSetRelationEndpoint.Builder> right) The right endpoint of the data set relation.
This is a convenience method that creates an instance of theTopicV2DataSetRelationEndpoint.Builderavoiding the need to create one manually viaTopicV2DataSetRelationEndpoint.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toright(TopicV2DataSetRelationEndpoint).- Parameters:
right- a consumer that will call methods onTopicV2DataSetRelationEndpoint.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-