Interface ListSigningPlatformsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListSigningPlatformsRequest.Builder,ListSigningPlatformsRequest>,SdkBuilder<ListSigningPlatformsRequest.Builder,ListSigningPlatformsRequest>,SdkPojo,SdkRequest.Builder,SignerRequest.Builder
- Enclosing class:
- ListSigningPlatformsRequest
public static interface ListSigningPlatformsRequest.Builder extends SignerRequest.Builder, SdkPojo, CopyableBuilder<ListSigningPlatformsRequest.Builder,ListSigningPlatformsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListSigningPlatformsRequest.Buildercategory(String category)The category type of a signing platform.ListSigningPlatformsRequest.BuildermaxResults(Integer maxResults)The maximum number of results to be returned by this operation.ListSigningPlatformsRequest.BuildernextToken(String nextToken)Value for specifying the next set of paginated results to return.ListSigningPlatformsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListSigningPlatformsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListSigningPlatformsRequest.Builderpartner(String partner)Any partner entities connected to a signing platform.ListSigningPlatformsRequest.Buildertarget(String target)The validation template that is used by the target signing platform.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
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.services.signer.model.SignerRequest.Builder
build
-
-
-
-
Method Detail
-
category
ListSigningPlatformsRequest.Builder category(String 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
ListSigningPlatformsRequest.Builder partner(String 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
ListSigningPlatformsRequest.Builder target(String 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
ListSigningPlatformsRequest.Builder maxResults(Integer 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
ListSigningPlatformsRequest.Builder nextToken(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListSigningPlatformsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-