Interface GetCloudExadataInfrastructureUnallocatedResourcesResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<GetCloudExadataInfrastructureUnallocatedResourcesResponse.Builder,,- GetCloudExadataInfrastructureUnallocatedResourcesResponse> - OdbResponse.Builder,- SdkBuilder<GetCloudExadataInfrastructureUnallocatedResourcesResponse.Builder,,- GetCloudExadataInfrastructureUnallocatedResourcesResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- GetCloudExadataInfrastructureUnallocatedResourcesResponse
@Mutable
@NotThreadSafe
public static interface GetCloudExadataInfrastructureUnallocatedResourcesResponse.Builder
extends OdbResponse.Builder, SdkPojo, CopyableBuilder<GetCloudExadataInfrastructureUnallocatedResourcesResponse.Builder,GetCloudExadataInfrastructureUnallocatedResourcesResponse> 
- 
Method SummaryModifier and TypeMethodDescriptioncloudExadataInfrastructureUnallocatedResources(Consumer<CloudExadataInfrastructureUnallocatedResources.Builder> cloudExadataInfrastructureUnallocatedResources) Details about the unallocated resources in the specified Cloud Exadata infrastructure.cloudExadataInfrastructureUnallocatedResources(CloudExadataInfrastructureUnallocatedResources cloudExadataInfrastructureUnallocatedResources) Details about the unallocated resources in the specified Cloud Exadata infrastructure.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- 
cloudExadataInfrastructureUnallocatedResourcesGetCloudExadataInfrastructureUnallocatedResourcesResponse.Builder cloudExadataInfrastructureUnallocatedResources(CloudExadataInfrastructureUnallocatedResources cloudExadataInfrastructureUnallocatedResources) Details about the unallocated resources in the specified Cloud Exadata infrastructure. - Parameters:
- cloudExadataInfrastructureUnallocatedResources- Details about the unallocated resources in the specified Cloud Exadata infrastructure.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
cloudExadataInfrastructureUnallocatedResourcesdefault GetCloudExadataInfrastructureUnallocatedResourcesResponse.Builder cloudExadataInfrastructureUnallocatedResources(Consumer<CloudExadataInfrastructureUnallocatedResources.Builder> cloudExadataInfrastructureUnallocatedResources) Details about the unallocated resources in the specified Cloud Exadata infrastructure. This is a convenience method that creates an instance of theCloudExadataInfrastructureUnallocatedResources.Builderavoiding the need to create one manually viaCloudExadataInfrastructureUnallocatedResources.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocloudExadataInfrastructureUnallocatedResources(CloudExadataInfrastructureUnallocatedResources).- Parameters:
- cloudExadataInfrastructureUnallocatedResources- a consumer that will call methods on- CloudExadataInfrastructureUnallocatedResources.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-