Interface CreateCloudExadataInfrastructureResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<CreateCloudExadataInfrastructureResponse.Builder,,- CreateCloudExadataInfrastructureResponse> - OdbResponse.Builder,- SdkBuilder<CreateCloudExadataInfrastructureResponse.Builder,,- CreateCloudExadataInfrastructureResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- CreateCloudExadataInfrastructureResponse
@Mutable
@NotThreadSafe
public static interface CreateCloudExadataInfrastructureResponse.Builder
extends OdbResponse.Builder, SdkPojo, CopyableBuilder<CreateCloudExadataInfrastructureResponse.Builder,CreateCloudExadataInfrastructureResponse> 
- 
Method SummaryModifier and TypeMethodDescriptioncloudExadataInfrastructureId(String cloudExadataInfrastructureId) The unique identifier of the Exadata infrastructure.displayName(String displayName) The user-friendly name for the Exadata infrastructure.The current status of the Exadata infrastructure.status(ResourceStatus status) The current status of the Exadata infrastructure.statusReason(String statusReason) Additional information about the status of the 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- 
displayNameThe user-friendly name for the Exadata infrastructure. - Parameters:
- displayName- The user-friendly name for the Exadata infrastructure.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
statusThe current status of the Exadata infrastructure. - Parameters:
- status- The current status of the Exadata infrastructure.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusThe current status of the Exadata infrastructure. - Parameters:
- status- The current status of the Exadata infrastructure.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusReasonAdditional information about the status of the Exadata infrastructure. - Parameters:
- statusReason- Additional information about the status of the Exadata infrastructure.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
cloudExadataInfrastructureIdCreateCloudExadataInfrastructureResponse.Builder cloudExadataInfrastructureId(String cloudExadataInfrastructureId) The unique identifier of the Exadata infrastructure. - Parameters:
- cloudExadataInfrastructureId- The unique identifier of the Exadata infrastructure.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-