public static interface CreateAppRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<CreateAppRequest.Builder,CreateAppRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateAppRequest.Builder domainId(String domainId)
The domain ID.
domainId - The domain ID.CreateAppRequest.Builder userProfileName(String userProfileName)
The user profile name.
userProfileName - The user profile name.CreateAppRequest.Builder appType(String appType)
The type of app.
CreateAppRequest.Builder appType(AppType appType)
The type of app.
CreateAppRequest.Builder appName(String appName)
The name of the app.
appName - The name of the app.CreateAppRequest.Builder tags(Collection<Tag> tags)
Each tag consists of a key and an optional value. Tag keys must be unique per resource.
tags - Each tag consists of a key and an optional value. Tag keys must be unique per resource.CreateAppRequest.Builder tags(Tag... tags)
Each tag consists of a key and an optional value. Tag keys must be unique per resource.
tags - Each tag consists of a key and an optional value. Tag keys must be unique per resource.CreateAppRequest.Builder tags(Consumer<Tag.Builder>... tags)
Each tag consists of a key and an optional value. Tag keys must be unique per resource.
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) CreateAppRequest.Builder resourceSpec(ResourceSpec resourceSpec)
The instance type and quantity.
resourceSpec - The instance type and quantity.default CreateAppRequest.Builder resourceSpec(Consumer<ResourceSpec.Builder> resourceSpec)
The instance type and quantity.
This is a convenience that creates an instance of theResourceSpec.Builder avoiding the need to
create one manually via ResourceSpec.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to resourceSpec(ResourceSpec).resourceSpec - a consumer that will call methods on ResourceSpec.BuilderresourceSpec(ResourceSpec)CreateAppRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateAppRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.