public static interface CreateStudioLifecycleConfigRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<CreateStudioLifecycleConfigRequest.Builder,CreateStudioLifecycleConfigRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateStudioLifecycleConfigRequest.Builder studioLifecycleConfigName(String studioLifecycleConfigName)
The name of the Studio Lifecycle Configuration to create.
studioLifecycleConfigName - The name of the Studio Lifecycle Configuration to create.CreateStudioLifecycleConfigRequest.Builder studioLifecycleConfigContent(String studioLifecycleConfigContent)
The content of your Studio Lifecycle Configuration script. This content must be base64 encoded.
studioLifecycleConfigContent - The content of your Studio Lifecycle Configuration script. This content must be base64 encoded.CreateStudioLifecycleConfigRequest.Builder studioLifecycleConfigAppType(String studioLifecycleConfigAppType)
The App type that the Lifecycle Configuration is attached to.
studioLifecycleConfigAppType - The App type that the Lifecycle Configuration is attached to.StudioLifecycleConfigAppType,
StudioLifecycleConfigAppTypeCreateStudioLifecycleConfigRequest.Builder studioLifecycleConfigAppType(StudioLifecycleConfigAppType studioLifecycleConfigAppType)
The App type that the Lifecycle Configuration is attached to.
studioLifecycleConfigAppType - The App type that the Lifecycle Configuration is attached to.StudioLifecycleConfigAppType,
StudioLifecycleConfigAppTypeCreateStudioLifecycleConfigRequest.Builder tags(Collection<Tag> tags)
Tags to be associated with the Lifecycle Configuration. Each tag consists of a key and an optional value. Tag keys must be unique per resource. Tags are searchable using the Search API.
tags - Tags to be associated with the Lifecycle Configuration. Each tag consists of a key and an optional
value. Tag keys must be unique per resource. Tags are searchable using the Search API.CreateStudioLifecycleConfigRequest.Builder tags(Tag... tags)
Tags to be associated with the Lifecycle Configuration. Each tag consists of a key and an optional value. Tag keys must be unique per resource. Tags are searchable using the Search API.
tags - Tags to be associated with the Lifecycle Configuration. Each tag consists of a key and an optional
value. Tag keys must be unique per resource. Tags are searchable using the Search API.CreateStudioLifecycleConfigRequest.Builder tags(Consumer<Tag.Builder>... tags)
Tags to be associated with the Lifecycle Configuration. Each tag consists of a key and an optional value. Tag keys must be unique per resource. Tags are searchable using the Search API.
This is a convenience 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) CreateStudioLifecycleConfigRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateStudioLifecycleConfigRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.