public static interface ListCodeSigningConfigsResponse.Builder extends LambdaResponse.Builder, SdkPojo, CopyableBuilder<ListCodeSigningConfigsResponse.Builder,ListCodeSigningConfigsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListCodeSigningConfigsResponse.Builder |
codeSigningConfigs(CodeSigningConfig... codeSigningConfigs)
The code signing configurations
|
ListCodeSigningConfigsResponse.Builder |
codeSigningConfigs(Collection<CodeSigningConfig> codeSigningConfigs)
The code signing configurations
|
ListCodeSigningConfigsResponse.Builder |
codeSigningConfigs(Consumer<CodeSigningConfig.Builder>... codeSigningConfigs)
The code signing configurations
|
ListCodeSigningConfigsResponse.Builder |
nextMarker(String nextMarker)
The pagination token that's included if more results are available.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListCodeSigningConfigsResponse.Builder nextMarker(String nextMarker)
The pagination token that's included if more results are available.
nextMarker - The pagination token that's included if more results are available.ListCodeSigningConfigsResponse.Builder codeSigningConfigs(Collection<CodeSigningConfig> codeSigningConfigs)
The code signing configurations
codeSigningConfigs - The code signing configurationsListCodeSigningConfigsResponse.Builder codeSigningConfigs(CodeSigningConfig... codeSigningConfigs)
The code signing configurations
codeSigningConfigs - The code signing configurationsListCodeSigningConfigsResponse.Builder codeSigningConfigs(Consumer<CodeSigningConfig.Builder>... codeSigningConfigs)
The code signing configurations
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 #codeSigningConfigs(List.
codeSigningConfigs - a consumer that will call methods on
CodeSigningConfig.Builder#codeSigningConfigs(java.util.Collection) Copyright © 2023. All rights reserved.