public static interface UpdateSpaceRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<UpdateSpaceRequest.Builder,UpdateSpaceRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateSpaceRequest.Builder |
domainId(String domainId)
The ID of the associated Domain.
|
UpdateSpaceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateSpaceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateSpaceRequest.Builder |
spaceName(String spaceName)
The name of the space.
|
default UpdateSpaceRequest.Builder |
spaceSettings(Consumer<SpaceSettings.Builder> spaceSettings)
A collection of space settings.
|
UpdateSpaceRequest.Builder |
spaceSettings(SpaceSettings spaceSettings)
A collection of space settings.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateSpaceRequest.Builder domainId(String domainId)
The ID of the associated Domain.
domainId - The ID of the associated Domain.UpdateSpaceRequest.Builder spaceName(String spaceName)
The name of the space.
spaceName - The name of the space.UpdateSpaceRequest.Builder spaceSettings(SpaceSettings spaceSettings)
A collection of space settings.
spaceSettings - A collection of space settings.default UpdateSpaceRequest.Builder spaceSettings(Consumer<SpaceSettings.Builder> spaceSettings)
A collection of space settings.
This is a convenience method that creates an instance of theSpaceSettings.Builder avoiding the need
to create one manually via SpaceSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to spaceSettings(SpaceSettings).
spaceSettings - a consumer that will call methods on SpaceSettings.BuilderspaceSettings(SpaceSettings)UpdateSpaceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateSpaceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.