Interface ListSigningPlatformsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListSigningPlatformsResponse.Builder,,ListSigningPlatformsResponse> SdkBuilder<ListSigningPlatformsResponse.Builder,,ListSigningPlatformsResponse> SdkPojo,SdkResponse.Builder,SignerResponse.Builder
- Enclosing class:
ListSigningPlatformsResponse
@Mutable
@NotThreadSafe
public static interface ListSigningPlatformsResponse.Builder
extends SignerResponse.Builder, SdkPojo, CopyableBuilder<ListSigningPlatformsResponse.Builder,ListSigningPlatformsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionValue for specifying the next set of paginated results to return.platforms(Collection<SigningPlatform> platforms) A list of all platforms that match the request parameters.platforms(Consumer<SigningPlatform.Builder>... platforms) A list of all platforms that match the request parameters.platforms(SigningPlatform... platforms) A list of all platforms that match the request parameters.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.signer.model.SignerResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
platforms
A list of all platforms that match the request parameters.
- Parameters:
platforms- A list of all platforms that match the request parameters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
platforms
A list of all platforms that match the request parameters.
- Parameters:
platforms- A list of all platforms that match the request parameters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
platforms
A list of all platforms that match the request parameters.
This is a convenience method that creates an instance of theSigningPlatform.Builderavoiding the need to create one manually viaSigningPlatform.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toplatforms(List<SigningPlatform>).- Parameters:
platforms- a consumer that will call methods onSigningPlatform.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
Value for specifying the next set of paginated results to return.
- Parameters:
nextToken- Value for specifying the next set of paginated results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-