public static interface GetCodeSigningConfigResponse.Builder extends LambdaResponse.Builder, SdkPojo, CopyableBuilder<GetCodeSigningConfigResponse.Builder,GetCodeSigningConfigResponse>
| Modifier and Type | Method and Description |
|---|---|
GetCodeSigningConfigResponse.Builder |
codeSigningConfig(CodeSigningConfig codeSigningConfig)
The code signing configuration
|
default GetCodeSigningConfigResponse.Builder |
codeSigningConfig(Consumer<CodeSigningConfig.Builder> codeSigningConfig)
The code signing configuration
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetCodeSigningConfigResponse.Builder codeSigningConfig(CodeSigningConfig codeSigningConfig)
The code signing configuration
codeSigningConfig - The code signing configurationdefault GetCodeSigningConfigResponse.Builder codeSigningConfig(Consumer<CodeSigningConfig.Builder> codeSigningConfig)
The code signing configuration
This is a convenience 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 © 2022. All rights reserved.