Interface UpdateEnrollmentConfigurationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,ComputeOptimizerAutomationResponse.Builder,CopyableBuilder<UpdateEnrollmentConfigurationResponse.Builder,,UpdateEnrollmentConfigurationResponse> SdkBuilder<UpdateEnrollmentConfigurationResponse.Builder,,UpdateEnrollmentConfigurationResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
UpdateEnrollmentConfigurationResponse
@Mutable
@NotThreadSafe
public static interface UpdateEnrollmentConfigurationResponse.Builder
extends ComputeOptimizerAutomationResponse.Builder, SdkPojo, CopyableBuilder<UpdateEnrollmentConfigurationResponse.Builder,UpdateEnrollmentConfigurationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionlastUpdatedTimestamp(Instant lastUpdatedTimestamp) The timestamp when the enrollment configuration was last updated.The updated enrollment status.status(EnrollmentStatus status) The updated enrollment status.statusReason(String statusReason) The reason for the updated enrollment status.Methods inherited from interface software.amazon.awssdk.services.computeoptimizerautomation.model.ComputeOptimizerAutomationResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods 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
-
status
The updated enrollment status.
- Parameters:
status- The updated enrollment status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The updated enrollment status.
- Parameters:
status- The updated enrollment status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusReason
The reason for the updated enrollment status.
- Parameters:
statusReason- The reason for the updated enrollment status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedTimestamp
The timestamp when the enrollment configuration was last updated.
- Parameters:
lastUpdatedTimestamp- The timestamp when the enrollment configuration was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-