Interface ListStudioLifecycleConfigsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListStudioLifecycleConfigsResponse.Builder,
,ListStudioLifecycleConfigsResponse> SageMakerResponse.Builder
,SdkBuilder<ListStudioLifecycleConfigsResponse.Builder,
,ListStudioLifecycleConfigsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListStudioLifecycleConfigsResponse
public static interface ListStudioLifecycleConfigsResponse.Builder
extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<ListStudioLifecycleConfigsResponse.Builder,ListStudioLifecycleConfigsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionIf the previous response was truncated, you will receive this token.studioLifecycleConfigs
(Collection<StudioLifecycleConfigDetails> studioLifecycleConfigs) A list of Lifecycle Configurations and their properties.studioLifecycleConfigs
(Consumer<StudioLifecycleConfigDetails.Builder>... studioLifecycleConfigs) A list of Lifecycle Configurations and their properties.studioLifecycleConfigs
(StudioLifecycleConfigDetails... studioLifecycleConfigs) A list of Lifecycle Configurations and their properties.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
studioLifecycleConfigs
ListStudioLifecycleConfigsResponse.Builder studioLifecycleConfigs(Collection<StudioLifecycleConfigDetails> studioLifecycleConfigs) A list of Lifecycle Configurations and their properties.
- Parameters:
studioLifecycleConfigs
- A list of Lifecycle Configurations and their properties.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
studioLifecycleConfigs
ListStudioLifecycleConfigsResponse.Builder studioLifecycleConfigs(StudioLifecycleConfigDetails... studioLifecycleConfigs) A list of Lifecycle Configurations and their properties.
- Parameters:
studioLifecycleConfigs
- A list of Lifecycle Configurations and their properties.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
studioLifecycleConfigs
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 viaStudioLifecycleConfigDetails.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tostudioLifecycleConfigs(List<StudioLifecycleConfigDetails>)
.- Parameters:
studioLifecycleConfigs
- a consumer that will call methods onStudioLifecycleConfigDetails.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-