Interface DescribeOAuthClientApplicationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeOAuthClientApplicationResponse.Builder,,DescribeOAuthClientApplicationResponse> QuickSightResponse.Builder,SdkBuilder<DescribeOAuthClientApplicationResponse.Builder,,DescribeOAuthClientApplicationResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DescribeOAuthClientApplicationResponse
@Mutable
@NotThreadSafe
public static interface DescribeOAuthClientApplicationResponse.Builder
extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DescribeOAuthClientApplicationResponse.Builder,DescribeOAuthClientApplicationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionoAuthClientApplication(Consumer<OAuthClientApplication.Builder> oAuthClientApplication) The information about the OAuthClientApplication.oAuthClientApplication(OAuthClientApplication oAuthClientApplication) The information about 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
-
oAuthClientApplication
DescribeOAuthClientApplicationResponse.Builder oAuthClientApplication(OAuthClientApplication oAuthClientApplication) The information about the OAuthClientApplication.
- Parameters:
oAuthClientApplication- The information about the OAuthClientApplication.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
oAuthClientApplication
default DescribeOAuthClientApplicationResponse.Builder oAuthClientApplication(Consumer<OAuthClientApplication.Builder> oAuthClientApplication) The information about the OAuthClientApplication.
This is a convenience method that creates an instance of theOAuthClientApplication.Builderavoiding the need to create one manually viaOAuthClientApplication.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tooAuthClientApplication(OAuthClientApplication).- Parameters:
oAuthClientApplication- a consumer that will call methods onOAuthClientApplication.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.
-