Interface GetActionResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetActionResponse.Builder,,GetActionResponse> SdkBuilder<GetActionResponse.Builder,,GetActionResponse> SdkPojo,SdkResponse.Builder,SupportAuthzResponse.Builder
- Enclosing class:
GetActionResponse
@Mutable
@NotThreadSafe
public static interface GetActionResponse.Builder
extends SupportAuthzResponse.Builder, SdkPojo, CopyableBuilder<GetActionResponse.Builder,GetActionResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the support action.description(String description) A description of what the support action does.The AWS service associated with the support action.Methods 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, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.supportauthz.model.SupportAuthzResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
action
The name of the support action.
- Parameters:
action- The name of the support action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
service
The AWS service associated with the support action.
- Parameters:
service- The AWS service associated with the support action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
A description of what the support action does.
- Parameters:
description- A description of what the support action does.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-