Interface UpdateSecurityConfigRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateSecurityConfigRequest.Builder,UpdateSecurityConfigRequest>,OpenSearchServerlessRequest.Builder,SdkBuilder<UpdateSecurityConfigRequest.Builder,UpdateSecurityConfigRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateSecurityConfigRequest
public static interface UpdateSecurityConfigRequest.Builder extends OpenSearchServerlessRequest.Builder, SdkPojo, CopyableBuilder<UpdateSecurityConfigRequest.Builder,UpdateSecurityConfigRequest>
-
-
Method Summary
-
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.opensearchserverless.model.OpenSearchServerlessRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
clientToken
UpdateSecurityConfigRequest.Builder clientToken(String clientToken)
Unique, case-sensitive identifier to ensure idempotency of the request.
- Parameters:
clientToken- Unique, case-sensitive identifier to ensure idempotency of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configVersion
UpdateSecurityConfigRequest.Builder configVersion(String configVersion)
The version of the security configuration to be updated. You can find the most recent version of a security configuration using the
GetSecurityPolicycommand.- Parameters:
configVersion- The version of the security configuration to be updated. You can find the most recent version of a security configuration using theGetSecurityPolicycommand.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
UpdateSecurityConfigRequest.Builder description(String description)
A description of the security configuration.
- Parameters:
description- A description of the security configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
iamIdentityCenterOptionsUpdates
UpdateSecurityConfigRequest.Builder iamIdentityCenterOptionsUpdates(UpdateIamIdentityCenterConfigOptions iamIdentityCenterOptionsUpdates)
Describes IAM Identity Center options in the form of a key-value map.
- Parameters:
iamIdentityCenterOptionsUpdates- Describes IAM Identity Center options in the form of a key-value map.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
iamIdentityCenterOptionsUpdates
default UpdateSecurityConfigRequest.Builder iamIdentityCenterOptionsUpdates(Consumer<UpdateIamIdentityCenterConfigOptions.Builder> iamIdentityCenterOptionsUpdates)
Describes IAM Identity Center options in the form of a key-value map.
This is a convenience method that creates an instance of theUpdateIamIdentityCenterConfigOptions.Builderavoiding the need to create one manually viaUpdateIamIdentityCenterConfigOptions.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toiamIdentityCenterOptionsUpdates(UpdateIamIdentityCenterConfigOptions).- Parameters:
iamIdentityCenterOptionsUpdates- a consumer that will call methods onUpdateIamIdentityCenterConfigOptions.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
iamIdentityCenterOptionsUpdates(UpdateIamIdentityCenterConfigOptions)
-
id
UpdateSecurityConfigRequest.Builder id(String id)
The security configuration identifier. For SAML the ID will be
saml/<accountId>/<idpProviderName>. For example,saml/123456789123/OKTADev.- Parameters:
id- The security configuration identifier. For SAML the ID will besaml/<accountId>/<idpProviderName>. For example,saml/123456789123/OKTADev.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
samlOptions
UpdateSecurityConfigRequest.Builder samlOptions(SamlConfigOptions samlOptions)
SAML options in in the form of a key-value map.
- Parameters:
samlOptions- SAML options in in the form of a key-value map.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
samlOptions
default UpdateSecurityConfigRequest.Builder samlOptions(Consumer<SamlConfigOptions.Builder> samlOptions)
SAML options in in the form of a key-value map.
This is a convenience method that creates an instance of theSamlConfigOptions.Builderavoiding the need to create one manually viaSamlConfigOptions.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosamlOptions(SamlConfigOptions).- Parameters:
samlOptions- a consumer that will call methods onSamlConfigOptions.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
samlOptions(SamlConfigOptions)
-
overrideConfiguration
UpdateSecurityConfigRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateSecurityConfigRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-