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 Summary
Modifier 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.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.odb.model.OdbResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
cloudExadataInfrastructureUnallocatedResources
GetCloudExadataInfrastructureUnallocatedResourcesResponse.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.
-
cloudExadataInfrastructureUnallocatedResources
default 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 onCloudExadataInfrastructureUnallocatedResources.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-