public static interface UpdateDomainRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<UpdateDomainRequest.Builder,UpdateDomainRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateDomainRequest.Builder domainId(String domainId)
The ID of the domain to be updated.
domainId - The ID of the domain to be updated.UpdateDomainRequest.Builder defaultUserSettings(UserSettings defaultUserSettings)
A collection of settings.
defaultUserSettings - A collection of settings.default UpdateDomainRequest.Builder defaultUserSettings(Consumer<UserSettings.Builder> defaultUserSettings)
A collection of settings.
This is a convenience method that creates an instance of theUserSettings.Builder avoiding the need
to create one manually via UserSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to defaultUserSettings(UserSettings).
defaultUserSettings - a consumer that will call methods on UserSettings.BuilderdefaultUserSettings(UserSettings)UpdateDomainRequest.Builder domainSettingsForUpdate(DomainSettingsForUpdate domainSettingsForUpdate)
A collection of DomainSettings configuration values to update.
domainSettingsForUpdate - A collection of DomainSettings configuration values to update.default UpdateDomainRequest.Builder domainSettingsForUpdate(Consumer<DomainSettingsForUpdate.Builder> domainSettingsForUpdate)
A collection of DomainSettings configuration values to update.
DomainSettingsForUpdate.Builder avoiding
the need to create one manually via DomainSettingsForUpdate.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to domainSettingsForUpdate(DomainSettingsForUpdate).
domainSettingsForUpdate - a consumer that will call methods on DomainSettingsForUpdate.BuilderdomainSettingsForUpdate(DomainSettingsForUpdate)UpdateDomainRequest.Builder defaultSpaceSettings(DefaultSpaceSettings defaultSpaceSettings)
The default settings used to create a space within the Domain.
defaultSpaceSettings - The default settings used to create a space within the Domain.default UpdateDomainRequest.Builder defaultSpaceSettings(Consumer<DefaultSpaceSettings.Builder> defaultSpaceSettings)
The default settings used to create a space within the Domain.
This is a convenience method that creates an instance of theDefaultSpaceSettings.Builder avoiding
the need to create one manually via DefaultSpaceSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to defaultSpaceSettings(DefaultSpaceSettings).
defaultSpaceSettings - a consumer that will call methods on DefaultSpaceSettings.BuilderdefaultSpaceSettings(DefaultSpaceSettings)UpdateDomainRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateDomainRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.