public static interface CreateSpaceRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<CreateSpaceRequest.Builder,CreateSpaceRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateSpaceRequest.Builder |
domainId(String domainId)
The ID of the associated Domain.
|
CreateSpaceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateSpaceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateSpaceRequest.Builder |
spaceName(String spaceName)
The name of the space.
|
default CreateSpaceRequest.Builder |
spaceSettings(Consumer<SpaceSettings.Builder> spaceSettings)
A collection of space settings.
|
CreateSpaceRequest.Builder |
spaceSettings(SpaceSettings spaceSettings)
A collection of space settings.
|
CreateSpaceRequest.Builder |
tags(Collection<Tag> tags)
Tags to associated with the space.
|
CreateSpaceRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
Tags to associated with the space.
|
CreateSpaceRequest.Builder |
tags(Tag... tags)
Tags to associated with the space.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateSpaceRequest.Builder domainId(String domainId)
The ID of the associated Domain.
domainId - The ID of the associated Domain.CreateSpaceRequest.Builder spaceName(String spaceName)
The name of the space.
spaceName - The name of the space.CreateSpaceRequest.Builder tags(Collection<Tag> tags)
Tags to associated with the space. Each tag consists of a key and an optional value. Tag keys must be unique
for each resource. Tags are searchable using the Search API.
tags - Tags to associated with the space. Each tag consists of a key and an optional value. Tag keys must be
unique for each resource. Tags are searchable using the Search API.CreateSpaceRequest.Builder tags(Tag... tags)
Tags to associated with the space. Each tag consists of a key and an optional value. Tag keys must be unique
for each resource. Tags are searchable using the Search API.
tags - Tags to associated with the space. Each tag consists of a key and an optional value. Tag keys must be
unique for each resource. Tags are searchable using the Search API.CreateSpaceRequest.Builder tags(Consumer<Tag.Builder>... tags)
Tags to associated with the space. Each tag consists of a key and an optional value. Tag keys must be unique
for each resource. Tags are searchable using the Search API.
Tag.Builder avoiding the need to create one manually
via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) CreateSpaceRequest.Builder spaceSettings(SpaceSettings spaceSettings)
A collection of space settings.
spaceSettings - A collection of space settings.default CreateSpaceRequest.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)CreateSpaceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateSpaceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.