Interface GetSigningProfileRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetSigningProfileRequest.Builder,,GetSigningProfileRequest> SdkBuilder<GetSigningProfileRequest.Builder,,GetSigningProfileRequest> SdkPojo,SdkRequest.Builder,SignerRequest.Builder
- Enclosing class:
GetSigningProfileRequest
@Mutable
@NotThreadSafe
public static interface GetSigningProfileRequest.Builder
extends SignerRequest.Builder, SdkPojo, CopyableBuilder<GetSigningProfileRequest.Builder,GetSigningProfileRequest>
-
Method Summary
Modifier and TypeMethodDescriptionoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.profileName(String profileName) The name of the target signing profile.profileOwner(String profileOwner) The AWS account ID of the profile owner.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
-
profileName
The name of the target signing profile.
- Parameters:
profileName- The name of the target signing profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
profileOwner
The AWS account ID of the profile owner.
- Parameters:
profileOwner- The AWS account ID of the profile owner.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetSigningProfileRequest.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
GetSigningProfileRequest.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.
-