Interface ListTemplateAliasesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListTemplateAliasesResponse.Builder,ListTemplateAliasesResponse>,QuickSightResponse.Builder,SdkBuilder<ListTemplateAliasesResponse.Builder,ListTemplateAliasesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListTemplateAliasesResponse
@Mutable @NotThreadSafe public static interface ListTemplateAliasesResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<ListTemplateAliasesResponse.Builder,ListTemplateAliasesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListTemplateAliasesResponse.BuildernextToken(String nextToken)The token for the next set of results, or null if there are no more results.ListTemplateAliasesResponse.BuilderrequestId(String requestId)The Amazon Web Services request ID for this operation.ListTemplateAliasesResponse.Builderstatus(Integer status)The HTTP status of the request.ListTemplateAliasesResponse.BuildertemplateAliasList(Collection<TemplateAlias> templateAliasList)A structure containing the list of the template's aliases.ListTemplateAliasesResponse.BuildertemplateAliasList(Consumer<TemplateAlias.Builder>... templateAliasList)A structure containing the list of the template's aliases.ListTemplateAliasesResponse.BuildertemplateAliasList(TemplateAlias... templateAliasList)A structure containing the list of the template's aliases.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightResponse.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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
templateAliasList
ListTemplateAliasesResponse.Builder templateAliasList(Collection<TemplateAlias> templateAliasList)
A structure containing the list of the template's aliases.
- Parameters:
templateAliasList- A structure containing the list of the template's aliases.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
templateAliasList
ListTemplateAliasesResponse.Builder templateAliasList(TemplateAlias... templateAliasList)
A structure containing the list of the template's aliases.
- Parameters:
templateAliasList- A structure containing the list of the template's aliases.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
templateAliasList
ListTemplateAliasesResponse.Builder templateAliasList(Consumer<TemplateAlias.Builder>... templateAliasList)
A structure containing the list of the template's aliases.
This is a convenience method that creates an instance of theTemplateAlias.Builderavoiding the need to create one manually viaTemplateAlias.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#templateAliasList(List.) - Parameters:
templateAliasList- a consumer that will call methods onTemplateAlias.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#templateAliasList(java.util.Collection)
-
status
ListTemplateAliasesResponse.Builder status(Integer status)
The HTTP status of the request.
- Parameters:
status- The HTTP status of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
requestId
ListTemplateAliasesResponse.Builder requestId(String requestId)
The Amazon Web Services request ID for this operation.
- Parameters:
requestId- The Amazon Web Services request ID for this operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListTemplateAliasesResponse.Builder nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
- Parameters:
nextToken- The token for the next set of results, or null if there are no more results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-