Interface SetSecurityTokenServicePreferencesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<SetSecurityTokenServicePreferencesRequest.Builder,SetSecurityTokenServicePreferencesRequest>
,IamRequest.Builder
,SdkBuilder<SetSecurityTokenServicePreferencesRequest.Builder,SetSecurityTokenServicePreferencesRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- SetSecurityTokenServicePreferencesRequest
public static interface SetSecurityTokenServicePreferencesRequest.Builder extends IamRequest.Builder, SdkPojo, CopyableBuilder<SetSecurityTokenServicePreferencesRequest.Builder,SetSecurityTokenServicePreferencesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SetSecurityTokenServicePreferencesRequest.Builder
globalEndpointTokenVersion(String globalEndpointTokenVersion)
The version of the global endpoint token.SetSecurityTokenServicePreferencesRequest.Builder
globalEndpointTokenVersion(GlobalEndpointTokenVersion globalEndpointTokenVersion)
The version of the global endpoint token.SetSecurityTokenServicePreferencesRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
SetSecurityTokenServicePreferencesRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iam.model.IamRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
globalEndpointTokenVersion
SetSecurityTokenServicePreferencesRequest.Builder globalEndpointTokenVersion(String globalEndpointTokenVersion)
The version of the global endpoint token. Version 1 tokens are valid only in Amazon Web Services Regions that are available by default. These tokens do not work in manually enabled Regions, such as Asia Pacific (Hong Kong). Version 2 tokens are valid in all Regions. However, version 2 tokens are longer and might affect systems where you temporarily store tokens.
For information, see Activating and deactivating STS in an Amazon Web Services Region in the IAM User Guide.
- Parameters:
globalEndpointTokenVersion
- The version of the global endpoint token. Version 1 tokens are valid only in Amazon Web Services Regions that are available by default. These tokens do not work in manually enabled Regions, such as Asia Pacific (Hong Kong). Version 2 tokens are valid in all Regions. However, version 2 tokens are longer and might affect systems where you temporarily store tokens.For information, see Activating and deactivating STS in an Amazon Web Services Region in the IAM User Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
GlobalEndpointTokenVersion
,GlobalEndpointTokenVersion
-
globalEndpointTokenVersion
SetSecurityTokenServicePreferencesRequest.Builder globalEndpointTokenVersion(GlobalEndpointTokenVersion globalEndpointTokenVersion)
The version of the global endpoint token. Version 1 tokens are valid only in Amazon Web Services Regions that are available by default. These tokens do not work in manually enabled Regions, such as Asia Pacific (Hong Kong). Version 2 tokens are valid in all Regions. However, version 2 tokens are longer and might affect systems where you temporarily store tokens.
For information, see Activating and deactivating STS in an Amazon Web Services Region in the IAM User Guide.
- Parameters:
globalEndpointTokenVersion
- The version of the global endpoint token. Version 1 tokens are valid only in Amazon Web Services Regions that are available by default. These tokens do not work in manually enabled Regions, such as Asia Pacific (Hong Kong). Version 2 tokens are valid in all Regions. However, version 2 tokens are longer and might affect systems where you temporarily store tokens.For information, see Activating and deactivating STS in an Amazon Web Services Region in the IAM User Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
GlobalEndpointTokenVersion
,GlobalEndpointTokenVersion
-
overrideConfiguration
SetSecurityTokenServicePreferencesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
SetSecurityTokenServicePreferencesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-