Interface CreateHubContentPresignedUrlsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<CreateHubContentPresignedUrlsResponse.Builder,
,CreateHubContentPresignedUrlsResponse> SageMakerResponse.Builder
,SdkBuilder<CreateHubContentPresignedUrlsResponse.Builder,
,CreateHubContentPresignedUrlsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
CreateHubContentPresignedUrlsResponse
-
Method Summary
Modifier and TypeMethodDescriptionauthorizedUrlConfigs
(Collection<AuthorizedUrl> authorizedUrlConfigs) An array of authorized URL configurations, each containing a presigned URL and its corresponding local file path for proper file organization during download.authorizedUrlConfigs
(Consumer<AuthorizedUrl.Builder>... authorizedUrlConfigs) An array of authorized URL configurations, each containing a presigned URL and its corresponding local file path for proper file organization during download.authorizedUrlConfigs
(AuthorizedUrl... authorizedUrlConfigs) An array of authorized URL configurations, each containing a presigned URL and its corresponding local file path for proper file organization during download.A token for pagination.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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
authorizedUrlConfigs
CreateHubContentPresignedUrlsResponse.Builder authorizedUrlConfigs(Collection<AuthorizedUrl> authorizedUrlConfigs) An array of authorized URL configurations, each containing a presigned URL and its corresponding local file path for proper file organization during download.
- Parameters:
authorizedUrlConfigs
- An array of authorized URL configurations, each containing a presigned URL and its corresponding local file path for proper file organization during download.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authorizedUrlConfigs
CreateHubContentPresignedUrlsResponse.Builder authorizedUrlConfigs(AuthorizedUrl... authorizedUrlConfigs) An array of authorized URL configurations, each containing a presigned URL and its corresponding local file path for proper file organization during download.
- Parameters:
authorizedUrlConfigs
- An array of authorized URL configurations, each containing a presigned URL and its corresponding local file path for proper file organization during download.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authorizedUrlConfigs
CreateHubContentPresignedUrlsResponse.Builder authorizedUrlConfigs(Consumer<AuthorizedUrl.Builder>... authorizedUrlConfigs) An array of authorized URL configurations, each containing a presigned URL and its corresponding local file path for proper file organization during download.
This is a convenience method that creates an instance of theAuthorizedUrl.Builder
avoiding the need to create one manually viaAuthorizedUrl.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toauthorizedUrlConfigs(List<AuthorizedUrl>)
.- Parameters:
authorizedUrlConfigs
- a consumer that will call methods onAuthorizedUrl.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
A token for pagination. If present, indicates that more presigned URLs are available. Use this token in a subsequent request to retrieve additional URLs.
- Parameters:
nextToken
- A token for pagination. If present, indicates that more presigned URLs are available. Use this token in a subsequent request to retrieve additional URLs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-