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 theList.Builder  avoiding
 the need to create one manually via List#builder() .
 When the Consumer completes, List.Builder#build()  is called immediately
 and its result is passed to #codeSigningConfigs(List) .codeSigningConfigs - a consumer that will call methods on List.Builder #codeSigningConfigs(List) Copyright © 2022. All rights reserved.