Interface ListSigningPlatformsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListSigningPlatformsResponse.Builder,ListSigningPlatformsResponse>,SdkBuilder<ListSigningPlatformsResponse.Builder,ListSigningPlatformsResponse>,SdkPojo,SdkResponse.Builder,SignerResponse.Builder
- Enclosing class:
- ListSigningPlatformsResponse
public static interface ListSigningPlatformsResponse.Builder extends SignerResponse.Builder, SdkPojo, CopyableBuilder<ListSigningPlatformsResponse.Builder,ListSigningPlatformsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListSigningPlatformsResponse.BuildernextToken(String nextToken)Value for specifying the next set of paginated results to return.ListSigningPlatformsResponse.Builderplatforms(Collection<SigningPlatform> platforms)A list of all platforms that match the request parameters.ListSigningPlatformsResponse.Builderplatforms(Consumer<SigningPlatform.Builder>... platforms)A list of all platforms that match the request parameters.ListSigningPlatformsResponse.Builderplatforms(SigningPlatform... platforms)A list of all platforms that match the request parameters.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
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
-
Methods inherited from interface software.amazon.awssdk.services.signer.model.SignerResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
platforms
ListSigningPlatformsResponse.Builder platforms(Collection<SigningPlatform> 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
ListSigningPlatformsResponse.Builder platforms(SigningPlatform... 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
ListSigningPlatformsResponse.Builder platforms(Consumer<SigningPlatform.Builder>... 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 to#platforms(List.) - 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:
#platforms(java.util.Collection)
-
nextToken
ListSigningPlatformsResponse.Builder nextToken(String 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.
-
-