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