Interface ModifySamlPropertiesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ModifySamlPropertiesRequest.Builder,ModifySamlPropertiesRequest>,SdkBuilder<ModifySamlPropertiesRequest.Builder,ModifySamlPropertiesRequest>,SdkPojo,SdkRequest.Builder,WorkSpacesRequest.Builder
- Enclosing class:
- ModifySamlPropertiesRequest
public static interface ModifySamlPropertiesRequest.Builder extends WorkSpacesRequest.Builder, SdkPojo, CopyableBuilder<ModifySamlPropertiesRequest.Builder,ModifySamlPropertiesRequest>
-
-
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.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.workspaces.model.WorkSpacesRequest.Builder
build
-
-
-
-
Method Detail
-
resourceId
ModifySamlPropertiesRequest.Builder resourceId(String resourceId)
The directory identifier for which you want to configure SAML properties.
- Parameters:
resourceId- The directory identifier for which you want to configure SAML properties.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
samlProperties
ModifySamlPropertiesRequest.Builder samlProperties(SamlProperties samlProperties)
The properties for configuring SAML 2.0 authentication.
- Parameters:
samlProperties- The properties for configuring SAML 2.0 authentication.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
samlProperties
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.Builderavoiding the need to create one manually viaSamlProperties.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosamlProperties(SamlProperties).- Parameters:
samlProperties- a consumer that will call methods onSamlProperties.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
samlProperties(SamlProperties)
-
propertiesToDeleteWithStrings
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_URLto delete the user access URL. -
SAML_PROPERTIES_RELAY_STATE_PARAMETER_NAMEto delete the relay state parameter name.
- Parameters:
propertiesToDelete- The SAML properties to delete as part of your request.Specify one of the following options:
-
SAML_PROPERTIES_USER_ACCESS_URLto delete the user access URL. -
SAML_PROPERTIES_RELAY_STATE_PARAMETER_NAMEto delete the relay state parameter name.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
propertiesToDeleteWithStrings
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_URLto delete the user access URL. -
SAML_PROPERTIES_RELAY_STATE_PARAMETER_NAMEto delete the relay state parameter name.
- Parameters:
propertiesToDelete- The SAML properties to delete as part of your request.Specify one of the following options:
-
SAML_PROPERTIES_USER_ACCESS_URLto delete the user access URL. -
SAML_PROPERTIES_RELAY_STATE_PARAMETER_NAMEto delete the relay state parameter name.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
propertiesToDelete
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_URLto delete the user access URL. -
SAML_PROPERTIES_RELAY_STATE_PARAMETER_NAMEto delete the relay state parameter name.
- Parameters:
propertiesToDelete- The SAML properties to delete as part of your request.Specify one of the following options:
-
SAML_PROPERTIES_USER_ACCESS_URLto delete the user access URL. -
SAML_PROPERTIES_RELAY_STATE_PARAMETER_NAMEto delete the relay state parameter name.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
propertiesToDelete
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_URLto delete the user access URL. -
SAML_PROPERTIES_RELAY_STATE_PARAMETER_NAMEto delete the relay state parameter name.
- Parameters:
propertiesToDelete- The SAML properties to delete as part of your request.Specify one of the following options:
-
SAML_PROPERTIES_USER_ACCESS_URLto delete the user access URL. -
SAML_PROPERTIES_RELAY_STATE_PARAMETER_NAMEto delete the relay state parameter name.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
overrideConfiguration
ModifySamlPropertiesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ModifySamlPropertiesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-