Interface DecodeAuthorizationMessageRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DecodeAuthorizationMessageRequest.Builder,,DecodeAuthorizationMessageRequest> SdkBuilder<DecodeAuthorizationMessageRequest.Builder,,DecodeAuthorizationMessageRequest> SdkPojo,SdkRequest.Builder,StsRequest.Builder
- Enclosing class:
- DecodeAuthorizationMessageRequest
@Mutable
@NotThreadSafe
public static interface DecodeAuthorizationMessageRequest.Builder
extends StsRequest.Builder, SdkPojo, CopyableBuilder<DecodeAuthorizationMessageRequest.Builder,DecodeAuthorizationMessageRequest>
-
Method Summary
Modifier and TypeMethodDescriptionencodedMessage(String encodedMessage) The encoded message that was returned with the response.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods 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.services.sts.model.StsRequest.Builder
build
-
Method Details
-
encodedMessage
The encoded message that was returned with the response.
- Parameters:
encodedMessage- The encoded message that was returned with the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DecodeAuthorizationMessageRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DecodeAuthorizationMessageRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-