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 Summary
Modifier 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.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.odb.model.OdbResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
displayName
The 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.
-
status
The 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:
-
status
The 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:
-
statusReason
Additional 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.
-
cloudExadataInfrastructureId
UpdateCloudExadataInfrastructureResponse.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.
-