Interface ListFunctionsByCodeSigningConfigResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListFunctionsByCodeSigningConfigResponse.Builder,ListFunctionsByCodeSigningConfigResponse>
,LambdaResponse.Builder
,SdkBuilder<ListFunctionsByCodeSigningConfigResponse.Builder,ListFunctionsByCodeSigningConfigResponse>
,SdkPojo
,SdkResponse.Builder
- Enclosing class:
- ListFunctionsByCodeSigningConfigResponse
public static interface ListFunctionsByCodeSigningConfigResponse.Builder extends LambdaResponse.Builder, SdkPojo, CopyableBuilder<ListFunctionsByCodeSigningConfigResponse.Builder,ListFunctionsByCodeSigningConfigResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListFunctionsByCodeSigningConfigResponse.Builder
functionArns(String... functionArns)
The function ARNs.ListFunctionsByCodeSigningConfigResponse.Builder
functionArns(Collection<String> functionArns)
The function ARNs.ListFunctionsByCodeSigningConfigResponse.Builder
nextMarker(String nextMarker)
The pagination token that's included if more results are available.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.lambda.model.LambdaResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
nextMarker
ListFunctionsByCodeSigningConfigResponse.Builder nextMarker(String 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
ListFunctionsByCodeSigningConfigResponse.Builder functionArns(Collection<String> 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
ListFunctionsByCodeSigningConfigResponse.Builder functionArns(String... functionArns)
The function ARNs.
- Parameters:
functionArns
- The function ARNs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-