Interface ListAliasesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListAliasesResponse.Builder,,ListAliasesResponse> LambdaResponse.Builder,SdkBuilder<ListAliasesResponse.Builder,,ListAliasesResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListAliasesResponse
@Mutable
@NotThreadSafe
public static interface ListAliasesResponse.Builder
extends LambdaResponse.Builder, SdkPojo, CopyableBuilder<ListAliasesResponse.Builder,ListAliasesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionaliases(Collection<AliasConfiguration> aliases) A list of aliases.aliases(Consumer<AliasConfiguration.Builder>... aliases) A list of aliases.aliases(AliasConfiguration... aliases) A list of aliases.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.
-
aliases
A list of aliases.
- Parameters:
aliases- A list of aliases.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
aliases
A list of aliases.
- Parameters:
aliases- A list of aliases.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
aliases
A list of aliases.
This is a convenience method that creates an instance of theAliasConfiguration.Builderavoiding the need to create one manually viaAliasConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toaliases(List<AliasConfiguration>).- Parameters:
aliases- a consumer that will call methods onAliasConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-