Interface ListFunctionsByCodeSigningConfigResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListFunctionsByCodeSigningConfigResponse.Builder,,ListFunctionsByCodeSigningConfigResponse> LambdaResponse.Builder,SdkBuilder<ListFunctionsByCodeSigningConfigResponse.Builder,,ListFunctionsByCodeSigningConfigResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListFunctionsByCodeSigningConfigResponse
@Mutable
@NotThreadSafe
public static interface ListFunctionsByCodeSigningConfigResponse.Builder
extends LambdaResponse.Builder, SdkPojo, CopyableBuilder<ListFunctionsByCodeSigningConfigResponse.Builder,ListFunctionsByCodeSigningConfigResponse>
-
Method Summary
Modifier and TypeMethodDescriptionfunctionArns(String... functionArns) The function ARNs.functionArns(Collection<String> functionArns) The function ARNs.nextMarker(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, sdkFieldNameToField, 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.
-
functionArns
The function ARNs.
- Parameters:
functionArns- The function ARNs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
functionArns
The function ARNs.
- Parameters:
functionArns- The function ARNs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-