Interface ListCloudVmClustersResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<ListCloudVmClustersResponse.Builder,,- ListCloudVmClustersResponse> - OdbResponse.Builder,- SdkBuilder<ListCloudVmClustersResponse.Builder,,- ListCloudVmClustersResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- ListCloudVmClustersResponse
@Mutable
@NotThreadSafe
public static interface ListCloudVmClustersResponse.Builder
extends OdbResponse.Builder, SdkPojo, CopyableBuilder<ListCloudVmClustersResponse.Builder,ListCloudVmClustersResponse> 
- 
Method SummaryModifier and TypeMethodDescriptioncloudVmClusters(Collection<CloudVmClusterSummary> cloudVmClusters) The list of VM clusters along with their properties.cloudVmClusters(Consumer<CloudVmClusterSummary.Builder>... cloudVmClusters) The list of VM clusters along with their properties.cloudVmClusters(CloudVmClusterSummary... cloudVmClusters) The list of VM clusters along with 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.
 
- 
cloudVmClustersListCloudVmClustersResponse.Builder cloudVmClusters(Collection<CloudVmClusterSummary> cloudVmClusters) The list of VM clusters along with their properties. - Parameters:
- cloudVmClusters- The list of VM clusters along with their properties.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
cloudVmClustersThe list of VM clusters along with their properties. - Parameters:
- cloudVmClusters- The list of VM clusters along with their properties.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
cloudVmClustersListCloudVmClustersResponse.Builder cloudVmClusters(Consumer<CloudVmClusterSummary.Builder>... cloudVmClusters) The list of VM clusters along with their properties. This is a convenience method that creates an instance of theCloudVmClusterSummary.Builderavoiding the need to create one manually viaCloudVmClusterSummary.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocloudVmClusters(List<CloudVmClusterSummary>).- Parameters:
- cloudVmClusters- a consumer that will call methods on- CloudVmClusterSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-