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