Interface UpdateDomainForOrganizationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudWatchOmniRequest.Builder,CopyableBuilder<UpdateDomainForOrganizationRequest.Builder,,UpdateDomainForOrganizationRequest> SdkBuilder<UpdateDomainForOrganizationRequest.Builder,,UpdateDomainForOrganizationRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
UpdateDomainForOrganizationRequest
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the organization domain to update.identityProviderConfiguration(Consumer<IdentityProviderConfiguration.Builder> identityProviderConfiguration) Identity provider configuration for the domain.identityProviderConfiguration(IdentityProviderConfiguration identityProviderConfiguration) Identity provider configuration for the domain.identityProviders(Collection<IdentityProvider> identityProviders) The identity providers to configure for the domain.identityProviders(IdentityProvider... identityProviders) The identity providers to configure for the domain.identityProvidersWithStrings(String... identityProviders) The identity providers to configure for the domain.identityProvidersWithStrings(Collection<String> identityProviders) The identity providers to configure for the domain.A new name for the organization domain.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.cloudwatchomni.model.CloudWatchOmniRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
domainId
The ID of the organization domain to update.
- Parameters:
domainId- The ID of the organization domain to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
A new name for the organization domain. Omit to leave unchanged. Must be 3-63 characters: lowercase letters, numbers, and hyphens. It must begin and end with a letter or number and cannot contain consecutive hyphens.
- Parameters:
name- A new name for the organization domain. Omit to leave unchanged. Must be 3-63 characters: lowercase letters, numbers, and hyphens. It must begin and end with a letter or number and cannot contain consecutive hyphens.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identityProvidersWithStrings
UpdateDomainForOrganizationRequest.Builder identityProvidersWithStrings(Collection<String> identityProviders) The identity providers to configure for the domain. Omit to leave unchanged.
- Parameters:
identityProviders- The identity providers to configure for the domain. Omit to leave unchanged.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identityProvidersWithStrings
UpdateDomainForOrganizationRequest.Builder identityProvidersWithStrings(String... identityProviders) The identity providers to configure for the domain. Omit to leave unchanged.
- Parameters:
identityProviders- The identity providers to configure for the domain. Omit to leave unchanged.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identityProviders
UpdateDomainForOrganizationRequest.Builder identityProviders(Collection<IdentityProvider> identityProviders) The identity providers to configure for the domain. Omit to leave unchanged.
- Parameters:
identityProviders- The identity providers to configure for the domain. Omit to leave unchanged.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identityProviders
The identity providers to configure for the domain. Omit to leave unchanged.
- Parameters:
identityProviders- The identity providers to configure for the domain. Omit to leave unchanged.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identityProviderConfiguration
UpdateDomainForOrganizationRequest.Builder identityProviderConfiguration(IdentityProviderConfiguration identityProviderConfiguration) Identity provider configuration for the domain. Omit to leave unchanged.
- Parameters:
identityProviderConfiguration- Identity provider configuration for the domain. Omit to leave unchanged.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identityProviderConfiguration
default UpdateDomainForOrganizationRequest.Builder identityProviderConfiguration(Consumer<IdentityProviderConfiguration.Builder> identityProviderConfiguration) Identity provider configuration for the domain. Omit to leave unchanged.
This is a convenience method that creates an instance of theIdentityProviderConfiguration.Builderavoiding the need to create one manually viaIdentityProviderConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toidentityProviderConfiguration(IdentityProviderConfiguration).- Parameters:
identityProviderConfiguration- a consumer that will call methods onIdentityProviderConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
UpdateDomainForOrganizationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateDomainForOrganizationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-