public static interface ListSigningProfilesResponse.Builder extends SignerResponse.Builder, SdkPojo, CopyableBuilder<ListSigningProfilesResponse.Builder,ListSigningProfilesResponse>
Modifier and Type | Method and Description |
---|---|
ListSigningProfilesResponse.Builder |
nextToken(String nextToken)
Value for specifying the next set of paginated results to return.
|
ListSigningProfilesResponse.Builder |
profiles(Collection<SigningProfile> profiles)
A list of profiles that are available in the AWS account.
|
ListSigningProfilesResponse.Builder |
profiles(Consumer<SigningProfile.Builder>... profiles)
A list of profiles that are available in the AWS account.
|
ListSigningProfilesResponse.Builder |
profiles(SigningProfile... profiles)
A list of profiles that are available in the AWS account.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ListSigningProfilesResponse.Builder profiles(Collection<SigningProfile> profiles)
A list of profiles that are available in the AWS account. This includes profiles with the status of
CANCELED
if the includeCanceled
parameter is set to true
.
profiles
- A list of profiles that are available in the AWS account. This includes profiles with the status of
CANCELED
if the includeCanceled
parameter is set to true
.ListSigningProfilesResponse.Builder profiles(SigningProfile... profiles)
A list of profiles that are available in the AWS account. This includes profiles with the status of
CANCELED
if the includeCanceled
parameter is set to true
.
profiles
- A list of profiles that are available in the AWS account. This includes profiles with the status of
CANCELED
if the includeCanceled
parameter is set to true
.ListSigningProfilesResponse.Builder profiles(Consumer<SigningProfile.Builder>... profiles)
A list of profiles that are available in the AWS account. This includes profiles with the status of
CANCELED
if the includeCanceled
parameter is set to true
.
List.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 #profiles(List)
.profiles
- a consumer that will call methods on List.Builder
#profiles(List)
ListSigningProfilesResponse.Builder nextToken(String nextToken)
Value for specifying the next set of paginated results to return.
nextToken
- Value for specifying the next set of paginated results to return.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.