public static interface RSessionAppSettings.Builder extends SdkPojo, CopyableBuilder<RSessionAppSettings.Builder,RSessionAppSettings>
| Modifier and Type | Method and Description |
|---|---|
RSessionAppSettings.Builder |
customImages(Collection<CustomImage> customImages)
A list of custom SageMaker images that are configured to run as a RSession app.
|
RSessionAppSettings.Builder |
customImages(Consumer<CustomImage.Builder>... customImages)
A list of custom SageMaker images that are configured to run as a RSession app.
|
RSessionAppSettings.Builder |
customImages(CustomImage... customImages)
A list of custom SageMaker images that are configured to run as a RSession app.
|
default RSessionAppSettings.Builder |
defaultResourceSpec(Consumer<ResourceSpec.Builder> defaultResourceSpec)
Sets the value of the DefaultResourceSpec property for this object.
|
RSessionAppSettings.Builder |
defaultResourceSpec(ResourceSpec defaultResourceSpec)
Sets the value of the DefaultResourceSpec property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRSessionAppSettings.Builder defaultResourceSpec(ResourceSpec defaultResourceSpec)
defaultResourceSpec - The new value for the DefaultResourceSpec property for this object.default RSessionAppSettings.Builder defaultResourceSpec(Consumer<ResourceSpec.Builder> defaultResourceSpec)
ResourceSpec.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 defaultResourceSpec(ResourceSpec).defaultResourceSpec - a consumer that will call methods on ResourceSpec.BuilderdefaultResourceSpec(ResourceSpec)RSessionAppSettings.Builder customImages(Collection<CustomImage> customImages)
A list of custom SageMaker images that are configured to run as a RSession app.
customImages - A list of custom SageMaker images that are configured to run as a RSession app.RSessionAppSettings.Builder customImages(CustomImage... customImages)
A list of custom SageMaker images that are configured to run as a RSession app.
customImages - A list of custom SageMaker images that are configured to run as a RSession app.RSessionAppSettings.Builder customImages(Consumer<CustomImage.Builder>... customImages)
A list of custom SageMaker images that are configured to run as a RSession app.
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 #customImages(List) .customImages - a consumer that will call methods on List.Builder #customImages(List) Copyright © 2022. All rights reserved.