public static interface CreateCodeSigningConfigResponse.Builder extends LambdaResponse.Builder, SdkPojo, CopyableBuilder<CreateCodeSigningConfigResponse.Builder,CreateCodeSigningConfigResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateCodeSigningConfigResponse.Builder |
codeSigningConfig(CodeSigningConfig codeSigningConfig)
The code signing configuration.
|
default CreateCodeSigningConfigResponse.Builder |
codeSigningConfig(Consumer<CodeSigningConfig.Builder> codeSigningConfig)
The code signing configuration.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateCodeSigningConfigResponse.Builder codeSigningConfig(CodeSigningConfig codeSigningConfig)
The code signing configuration.
codeSigningConfig - The code signing configuration.default CreateCodeSigningConfigResponse.Builder codeSigningConfig(Consumer<CodeSigningConfig.Builder> codeSigningConfig)
The code signing configuration.
This is a convenience method that creates an instance of theCodeSigningConfig.Builder avoiding the
need to create one manually via CodeSigningConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to codeSigningConfig(CodeSigningConfig).
codeSigningConfig - a consumer that will call methods on CodeSigningConfig.BuildercodeSigningConfig(CodeSigningConfig)Copyright © 2023. All rights reserved.