public static interface ModifySamlPropertiesRequest.Builder extends WorkSpacesRequest.Builder, SdkPojo, CopyableBuilder<ModifySamlPropertiesRequest.Builder,ModifySamlPropertiesRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildModifySamlPropertiesRequest.Builder resourceId(String resourceId)
The directory identifier for which you want to configure SAML properties.
resourceId - The directory identifier for which you want to configure SAML properties.ModifySamlPropertiesRequest.Builder samlProperties(SamlProperties samlProperties)
The properties for configuring SAML 2.0 authentication.
samlProperties - The properties for configuring SAML 2.0 authentication.default ModifySamlPropertiesRequest.Builder samlProperties(Consumer<SamlProperties.Builder> samlProperties)
The properties for configuring SAML 2.0 authentication.
This is a convenience method that creates an instance of theSamlProperties.Builder avoiding the need
to create one manually via SamlProperties.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to samlProperties(SamlProperties).
samlProperties - a consumer that will call methods on SamlProperties.BuildersamlProperties(SamlProperties)ModifySamlPropertiesRequest.Builder propertiesToDeleteWithStrings(Collection<String> propertiesToDelete)
The SAML properties to delete as part of your request.
Specify one of the following options:
SAML_PROPERTIES_USER_ACCESS_URL to delete the user access URL.
SAML_PROPERTIES_RELAY_STATE_PARAMETER_NAME to delete the relay state parameter name.
propertiesToDelete - The SAML properties to delete as part of your request.
Specify one of the following options:
SAML_PROPERTIES_USER_ACCESS_URL to delete the user access URL.
SAML_PROPERTIES_RELAY_STATE_PARAMETER_NAME to delete the relay state parameter name.
ModifySamlPropertiesRequest.Builder propertiesToDeleteWithStrings(String... propertiesToDelete)
The SAML properties to delete as part of your request.
Specify one of the following options:
SAML_PROPERTIES_USER_ACCESS_URL to delete the user access URL.
SAML_PROPERTIES_RELAY_STATE_PARAMETER_NAME to delete the relay state parameter name.
propertiesToDelete - The SAML properties to delete as part of your request.
Specify one of the following options:
SAML_PROPERTIES_USER_ACCESS_URL to delete the user access URL.
SAML_PROPERTIES_RELAY_STATE_PARAMETER_NAME to delete the relay state parameter name.
ModifySamlPropertiesRequest.Builder propertiesToDelete(Collection<DeletableSamlProperty> propertiesToDelete)
The SAML properties to delete as part of your request.
Specify one of the following options:
SAML_PROPERTIES_USER_ACCESS_URL to delete the user access URL.
SAML_PROPERTIES_RELAY_STATE_PARAMETER_NAME to delete the relay state parameter name.
propertiesToDelete - The SAML properties to delete as part of your request.
Specify one of the following options:
SAML_PROPERTIES_USER_ACCESS_URL to delete the user access URL.
SAML_PROPERTIES_RELAY_STATE_PARAMETER_NAME to delete the relay state parameter name.
ModifySamlPropertiesRequest.Builder propertiesToDelete(DeletableSamlProperty... propertiesToDelete)
The SAML properties to delete as part of your request.
Specify one of the following options:
SAML_PROPERTIES_USER_ACCESS_URL to delete the user access URL.
SAML_PROPERTIES_RELAY_STATE_PARAMETER_NAME to delete the relay state parameter name.
propertiesToDelete - The SAML properties to delete as part of your request.
Specify one of the following options:
SAML_PROPERTIES_USER_ACCESS_URL to delete the user access URL.
SAML_PROPERTIES_RELAY_STATE_PARAMETER_NAME to delete the relay state parameter name.
ModifySamlPropertiesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderModifySamlPropertiesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.