Interface ListSigningPlatformsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListSigningPlatformsRequest.Builder,,ListSigningPlatformsRequest> SdkBuilder<ListSigningPlatformsRequest.Builder,,ListSigningPlatformsRequest> SdkPojo,SdkRequest.Builder,SignerRequest.Builder
- Enclosing class:
ListSigningPlatformsRequest
@Mutable
@NotThreadSafe
public static interface ListSigningPlatformsRequest.Builder
extends SignerRequest.Builder, SdkPojo, CopyableBuilder<ListSigningPlatformsRequest.Builder,ListSigningPlatformsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe category type of a signing platform.maxResults(Integer maxResults) The maximum number of results to be returned by this operation.Value for specifying the next set of paginated results to return.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Any partner entities connected to a signing platform.The validation template that is used by the target signing platform.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods 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.services.signer.model.SignerRequest.Builder
build
-
Method Details
-
category
The category type of a signing platform.
- Parameters:
category- The category type of a signing platform.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
partner
Any partner entities connected to a signing platform.
- Parameters:
partner- Any partner entities connected to a signing platform.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
target
The validation template that is used by the target signing platform.
- Parameters:
target- The validation template that is used by the target signing platform.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of results to be returned by this operation.
- Parameters:
maxResults- The maximum number of results to be returned by this operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of
nextTokenfrom the response that you just received.- Parameters:
nextToken- Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value ofnextTokenfrom the response that you just received.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListSigningPlatformsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListSigningPlatformsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-