public static interface ListStudioLifecycleConfigsResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<ListStudioLifecycleConfigsResponse.Builder,ListStudioLifecycleConfigsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListStudioLifecycleConfigsResponse.Builder |
nextToken(String nextToken)
A token for getting the next set of actions, if there are any.
|
ListStudioLifecycleConfigsResponse.Builder |
studioLifecycleConfigs(Collection<StudioLifecycleConfigDetails> studioLifecycleConfigs)
A list of Lifecycle Configurations and their properties.
|
ListStudioLifecycleConfigsResponse.Builder |
studioLifecycleConfigs(Consumer<StudioLifecycleConfigDetails.Builder>... studioLifecycleConfigs)
A list of Lifecycle Configurations and their properties.
|
ListStudioLifecycleConfigsResponse.Builder |
studioLifecycleConfigs(StudioLifecycleConfigDetails... studioLifecycleConfigs)
A list of Lifecycle Configurations and their properties.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListStudioLifecycleConfigsResponse.Builder nextToken(String nextToken)
A token for getting the next set of actions, if there are any.
nextToken - A token for getting the next set of actions, if there are any.ListStudioLifecycleConfigsResponse.Builder studioLifecycleConfigs(Collection<StudioLifecycleConfigDetails> studioLifecycleConfigs)
A list of Lifecycle Configurations and their properties.
studioLifecycleConfigs - A list of Lifecycle Configurations and their properties.ListStudioLifecycleConfigsResponse.Builder studioLifecycleConfigs(StudioLifecycleConfigDetails... studioLifecycleConfigs)
A list of Lifecycle Configurations and their properties.
studioLifecycleConfigs - A list of Lifecycle Configurations and their properties.ListStudioLifecycleConfigsResponse.Builder studioLifecycleConfigs(Consumer<StudioLifecycleConfigDetails.Builder>... studioLifecycleConfigs)
A list of Lifecycle Configurations and their properties.
This is a convenience method that creates an instance of theStudioLifecycleConfigDetails.Builder avoiding the
need to create one manually via
StudioLifecycleConfigDetails.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #studioLifecycleConfigs(List.
studioLifecycleConfigs - a consumer that will call methods on
StudioLifecycleConfigDetails.Builder#studioLifecycleConfigs(java.util.Collection) Copyright © 2023. All rights reserved.