public static interface UpdateSecurityConfigRequest.Builder extends OpenSearchServerlessRequest.Builder, SdkPojo, CopyableBuilder<UpdateSecurityConfigRequest.Builder,UpdateSecurityConfigRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateSecurityConfigRequest.Builder clientToken(String clientToken)
Unique, case-sensitive identifier to ensure idempotency of the request.
clientToken - Unique, case-sensitive identifier to ensure idempotency of the request.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 GetSecurityPolicy command.
configVersion - The version of the security configuration to be updated. You can find the most recent version of a
security configuration using the GetSecurityPolicy command.UpdateSecurityConfigRequest.Builder description(String description)
A description of the security configuration.
description - A description of the security configuration.UpdateSecurityConfigRequest.Builder id(String id)
The security configuration identifier. For SAML the ID will be
saml/<accountId>/<idpProviderName>. For example,
saml/123456789123/OKTADev.
id - The security configuration identifier. For SAML the ID will be
saml/<accountId>/<idpProviderName>. For example,
saml/123456789123/OKTADev.UpdateSecurityConfigRequest.Builder samlOptions(SamlConfigOptions samlOptions)
SAML options in in the form of a key-value map.
samlOptions - SAML options in in the form of a key-value map.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.Builder avoiding the
need to create one manually via SamlConfigOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to samlOptions(SamlConfigOptions).
samlOptions - a consumer that will call methods on SamlConfigOptions.BuildersamlOptions(SamlConfigOptions)UpdateSecurityConfigRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateSecurityConfigRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.