public static interface ListStudioLifecycleConfigsResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<ListStudioLifecycleConfigsResponse.Builder,ListStudioLifecycleConfigsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListStudioLifecycleConfigsResponse.Builder |
nextToken(String nextToken)
If the previous response was truncated, you will receive this token.
|
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)
If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.
nextToken - If the previous response was truncated, you will receive this token. Use it in your next request to
receive the next set of results.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.