Interface CodeSigningConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CodeSigningConfig.Builder,,CodeSigningConfig> SdkBuilder<CodeSigningConfig.Builder,,CodeSigningConfig> SdkPojo
- Enclosing class:
CodeSigningConfig
-
Method Summary
Modifier and TypeMethodDescriptiondefault CodeSigningConfig.BuilderallowedPublishers(Consumer<AllowedPublishers.Builder> allowedPublishers) List of allowed publishers.allowedPublishers(AllowedPublishers allowedPublishers) List of allowed publishers.codeSigningConfigArn(String codeSigningConfigArn) The Amazon Resource Name (ARN) of the Code signing configuration.codeSigningConfigId(String codeSigningConfigId) Unique identifer for the Code signing configuration.default CodeSigningConfig.BuildercodeSigningPolicies(Consumer<CodeSigningPolicies.Builder> codeSigningPolicies) The code signing policy controls the validation failure action for signature mismatch or expiry.codeSigningPolicies(CodeSigningPolicies codeSigningPolicies) The code signing policy controls the validation failure action for signature mismatch or expiry.description(String description) Code signing configuration description.lastModified(String lastModified) The date and time that the Code signing configuration was last modified, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).Methods 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, sdkFields
-
Method Details
-
codeSigningConfigId
Unique identifer for the Code signing configuration.
- Parameters:
codeSigningConfigId- Unique identifer for the Code signing configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
codeSigningConfigArn
The Amazon Resource Name (ARN) of the Code signing configuration.
- Parameters:
codeSigningConfigArn- The Amazon Resource Name (ARN) of the Code signing configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
Code signing configuration description.
- Parameters:
description- Code signing configuration description.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
allowedPublishers
List of allowed publishers.
- Parameters:
allowedPublishers- List of allowed publishers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
allowedPublishers
default CodeSigningConfig.Builder allowedPublishers(Consumer<AllowedPublishers.Builder> allowedPublishers) List of allowed publishers.
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 policy controls the validation failure action for signature mismatch or expiry.
- Parameters:
codeSigningPolicies- The code signing policy controls the validation failure action for signature mismatch or expiry.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
codeSigningPolicies
default CodeSigningConfig.Builder codeSigningPolicies(Consumer<CodeSigningPolicies.Builder> codeSigningPolicies) The code signing policy controls the validation failure action for signature mismatch or expiry.
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:
-
lastModified
The date and time that the Code signing configuration was last modified, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).
- Parameters:
lastModified- The date and time that the Code signing configuration was last modified, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-