Interface ListCodeSigningConfigsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListCodeSigningConfigsResponse.Builder,,ListCodeSigningConfigsResponse> LambdaResponse.Builder,SdkBuilder<ListCodeSigningConfigsResponse.Builder,,ListCodeSigningConfigsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListCodeSigningConfigsResponse
public static interface ListCodeSigningConfigsResponse.Builder
extends LambdaResponse.Builder, SdkPojo, CopyableBuilder<ListCodeSigningConfigsResponse.Builder,ListCodeSigningConfigsResponse>
-
Method Summary
Modifier and TypeMethodDescriptioncodeSigningConfigs(Collection<CodeSigningConfig> codeSigningConfigs) The code signing configurationscodeSigningConfigs(Consumer<CodeSigningConfig.Builder>... codeSigningConfigs) The code signing configurationscodeSigningConfigs(CodeSigningConfig... codeSigningConfigs) The code signing configurationsnextMarker(String nextMarker) The pagination token that's included if more results are available.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.lambda.model.LambdaResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
nextMarker
The pagination token that's included if more results are available.
- Parameters:
nextMarker- The pagination token that's included if more results are available.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
codeSigningConfigs
ListCodeSigningConfigsResponse.Builder codeSigningConfigs(Collection<CodeSigningConfig> codeSigningConfigs) The code signing configurations
- Parameters:
codeSigningConfigs- The code signing configurations- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
codeSigningConfigs
The code signing configurations
- Parameters:
codeSigningConfigs- The code signing configurations- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
codeSigningConfigs
ListCodeSigningConfigsResponse.Builder codeSigningConfigs(Consumer<CodeSigningConfig.Builder>... codeSigningConfigs) The code signing configurations
This is a convenience method that creates an instance of theCodeSigningConfig.Builderavoiding the need to create one manually viaCodeSigningConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocodeSigningConfigs(List<CodeSigningConfig>).- Parameters:
codeSigningConfigs- a consumer that will call methods onCodeSigningConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-