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 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 #studioLifecycleConfigs(List) .studioLifecycleConfigs - a consumer that will call methods on List.Builder #studioLifecycleConfigs(List) Copyright © 2022. All rights reserved.