Interface UpdateSelfUpgradeResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateSelfUpgradeResponse.Builder,,UpdateSelfUpgradeResponse> QuickSightResponse.Builder,SdkBuilder<UpdateSelfUpgradeResponse.Builder,,UpdateSelfUpgradeResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
UpdateSelfUpgradeResponse
@Mutable
@NotThreadSafe
public static interface UpdateSelfUpgradeResponse.Builder
extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<UpdateSelfUpgradeResponse.Builder,UpdateSelfUpgradeResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Web Services request ID for this operation.selfUpgradeRequestDetail(Consumer<SelfUpgradeRequestDetail.Builder> selfUpgradeRequestDetail) Details of the updated self-upgrade request.selfUpgradeRequestDetail(SelfUpgradeRequestDetail selfUpgradeRequestDetail) Details of the updated self-upgrade request.The HTTP status of the request.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightResponse.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
-
selfUpgradeRequestDetail
UpdateSelfUpgradeResponse.Builder selfUpgradeRequestDetail(SelfUpgradeRequestDetail selfUpgradeRequestDetail) Details of the updated self-upgrade request.
- Parameters:
selfUpgradeRequestDetail- Details of the updated self-upgrade request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
selfUpgradeRequestDetail
default UpdateSelfUpgradeResponse.Builder selfUpgradeRequestDetail(Consumer<SelfUpgradeRequestDetail.Builder> selfUpgradeRequestDetail) Details of the updated self-upgrade request.
This is a convenience method that creates an instance of theSelfUpgradeRequestDetail.Builderavoiding the need to create one manually viaSelfUpgradeRequestDetail.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toselfUpgradeRequestDetail(SelfUpgradeRequestDetail).- Parameters:
selfUpgradeRequestDetail- a consumer that will call methods onSelfUpgradeRequestDetail.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
requestId
The Amazon Web Services request ID for this operation.
- Parameters:
requestId- The Amazon Web Services request ID for this operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The HTTP status of the request.
- Parameters:
status- The HTTP status of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-