Interface ListDbSystemShapesResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<ListDbSystemShapesResponse.Builder,,- ListDbSystemShapesResponse> - OdbResponse.Builder,- SdkBuilder<ListDbSystemShapesResponse.Builder,,- ListDbSystemShapesResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- ListDbSystemShapesResponse
@Mutable
@NotThreadSafe
public static interface ListDbSystemShapesResponse.Builder
extends OdbResponse.Builder, SdkPojo, CopyableBuilder<ListDbSystemShapesResponse.Builder,ListDbSystemShapesResponse> 
- 
Method SummaryModifier and TypeMethodDescriptiondbSystemShapes(Collection<DbSystemShapeSummary> dbSystemShapes) The list of shapes and their properties.dbSystemShapes(Consumer<DbSystemShapeSummary.Builder>... dbSystemShapes) The list of shapes and their properties.dbSystemShapes(DbSystemShapeSummary... dbSystemShapes) The list of shapes and their properties.The token to include in another request to get the next page of items.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.odb.model.OdbResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
nextTokenThe token to include in another request to get the next page of items. This value is nullwhen there are no more items to return.- Parameters:
- nextToken- The token to include in another request to get the next page of items. This value is- nullwhen there are no more items to return.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
dbSystemShapesThe list of shapes and their properties. - Parameters:
- dbSystemShapes- The list of shapes and their properties.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
dbSystemShapesThe list of shapes and their properties. - Parameters:
- dbSystemShapes- The list of shapes and their properties.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
dbSystemShapesListDbSystemShapesResponse.Builder dbSystemShapes(Consumer<DbSystemShapeSummary.Builder>... dbSystemShapes) The list of shapes and their properties. This is a convenience method that creates an instance of theDbSystemShapeSummary.Builderavoiding the need to create one manually viaDbSystemShapeSummary.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todbSystemShapes(List<DbSystemShapeSummary>).- Parameters:
- dbSystemShapes- a consumer that will call methods on- DbSystemShapeSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-