public static interface CreateContextRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<CreateContextRequest.Builder,CreateContextRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateContextRequest.Builder contextName(String contextName)
The name of the context. Must be unique to your account in an Amazon Web Services Region.
contextName - The name of the context. Must be unique to your account in an Amazon Web Services Region.CreateContextRequest.Builder source(ContextSource source)
The source type, ID, and URI.
source - The source type, ID, and URI.default CreateContextRequest.Builder source(Consumer<ContextSource.Builder> source)
The source type, ID, and URI.
This is a convenience method that creates an instance of theContextSource.Builder avoiding the need
to create one manually via ContextSource.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to source(ContextSource).source - a consumer that will call methods on ContextSource.Buildersource(ContextSource)CreateContextRequest.Builder contextType(String contextType)
The context type.
contextType - The context type.CreateContextRequest.Builder description(String description)
The description of the context.
description - The description of the context.CreateContextRequest.Builder properties(Map<String,String> properties)
A list of properties to add to the context.
properties - A list of properties to add to the context.CreateContextRequest.Builder tags(Collection<Tag> tags)
A list of tags to apply to the context.
tags - A list of tags to apply to the context.CreateContextRequest.Builder tags(Tag... tags)
A list of tags to apply to the context.
tags - A list of tags to apply to the context.CreateContextRequest.Builder tags(Consumer<Tag.Builder>... tags)
A list of tags to apply to the context.
This is a convenience method that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) CreateContextRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateContextRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.