Interface CreateCodeSigningConfigRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateCodeSigningConfigRequest.Builder,,CreateCodeSigningConfigRequest> LambdaRequest.Builder,SdkBuilder<CreateCodeSigningConfigRequest.Builder,,CreateCodeSigningConfigRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
CreateCodeSigningConfigRequest
@Mutable
@NotThreadSafe
public static interface CreateCodeSigningConfigRequest.Builder
extends LambdaRequest.Builder, SdkPojo, CopyableBuilder<CreateCodeSigningConfigRequest.Builder,CreateCodeSigningConfigRequest>
-
Method Summary
Modifier and TypeMethodDescriptionallowedPublishers(Consumer<AllowedPublishers.Builder> allowedPublishers) Signing profiles for this code signing configuration.allowedPublishers(AllowedPublishers allowedPublishers) Signing profiles for this code signing configuration.codeSigningPolicies(Consumer<CodeSigningPolicies.Builder> codeSigningPolicies) The code signing policies define the actions to take if the validation checks fail.codeSigningPolicies(CodeSigningPolicies codeSigningPolicies) The code signing policies define the actions to take if the validation checks fail.description(String description) Descriptive name for this code signing configuration.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.A list of tags to add to the code signing configuration.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.services.lambda.model.LambdaRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
description
Descriptive name for this code signing configuration.
- Parameters:
description- Descriptive name for this code signing configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
allowedPublishers
Signing profiles for this code signing configuration.
- Parameters:
allowedPublishers- Signing profiles for this code signing configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
allowedPublishers
default CreateCodeSigningConfigRequest.Builder allowedPublishers(Consumer<AllowedPublishers.Builder> allowedPublishers) Signing profiles for this code signing configuration.
This is a convenience method that creates an instance of theAllowedPublishers.Builderavoiding the need to create one manually viaAllowedPublishers.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toallowedPublishers(AllowedPublishers).- Parameters:
allowedPublishers- a consumer that will call methods onAllowedPublishers.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
codeSigningPolicies
The code signing policies define the actions to take if the validation checks fail.
- Parameters:
codeSigningPolicies- The code signing policies define the actions to take if the validation checks fail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
codeSigningPolicies
default CreateCodeSigningConfigRequest.Builder codeSigningPolicies(Consumer<CodeSigningPolicies.Builder> codeSigningPolicies) The code signing policies define the actions to take if the validation checks fail.
This is a convenience method that creates an instance of theCodeSigningPolicies.Builderavoiding the need to create one manually viaCodeSigningPolicies.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocodeSigningPolicies(CodeSigningPolicies).- Parameters:
codeSigningPolicies- a consumer that will call methods onCodeSigningPolicies.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tags
A list of tags to add to the code signing configuration.
- Parameters:
tags- A list of tags to add to the code signing configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateCodeSigningConfigRequest.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
CreateCodeSigningConfigRequest.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.
-