Interface CreateOAuthClientApplicationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateOAuthClientApplicationResponse.Builder,,CreateOAuthClientApplicationResponse> QuickSightResponse.Builder,SdkBuilder<CreateOAuthClientApplicationResponse.Builder,,CreateOAuthClientApplicationResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
CreateOAuthClientApplicationResponse
@Mutable
@NotThreadSafe
public static interface CreateOAuthClientApplicationResponse.Builder
extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<CreateOAuthClientApplicationResponse.Builder,CreateOAuthClientApplicationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the OAuthClientApplication.creationStatus(String creationStatus) The status of creating the OAuthClientApplication.creationStatus(ResourceStatus creationStatus) The status of creating the OAuthClientApplication.oAuthClientApplicationId(String oAuthClientApplicationId) The ID of the OAuthClientApplication.The Amazon Web Services request ID for this operation.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
-
arn
The Amazon Resource Name (ARN) of the OAuthClientApplication.
- Parameters:
arn- The Amazon Resource Name (ARN) of the OAuthClientApplication.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
oAuthClientApplicationId
CreateOAuthClientApplicationResponse.Builder oAuthClientApplicationId(String oAuthClientApplicationId) The ID of the OAuthClientApplication. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
- Parameters:
oAuthClientApplicationId- The ID of the OAuthClientApplication. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationStatus
The status of creating the OAuthClientApplication.
- Parameters:
creationStatus- The status of creating the OAuthClientApplication.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
creationStatus
The status of creating the OAuthClientApplication.
- Parameters:
creationStatus- The status of creating the OAuthClientApplication.- 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.
-