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