Interface DescribeRedshiftIdcApplicationsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeRedshiftIdcApplicationsResponse.Builder,DescribeRedshiftIdcApplicationsResponse>
,RedshiftResponse.Builder
,SdkBuilder<DescribeRedshiftIdcApplicationsResponse.Builder,DescribeRedshiftIdcApplicationsResponse>
,SdkPojo
,SdkResponse.Builder
- Enclosing class:
- DescribeRedshiftIdcApplicationsResponse
public static interface DescribeRedshiftIdcApplicationsResponse.Builder extends RedshiftResponse.Builder, SdkPojo, CopyableBuilder<DescribeRedshiftIdcApplicationsResponse.Builder,DescribeRedshiftIdcApplicationsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeRedshiftIdcApplicationsResponse.Builder
marker(String marker)
A value that indicates the starting point for the next set of response records in a subsequent request.DescribeRedshiftIdcApplicationsResponse.Builder
redshiftIdcApplications(Collection<RedshiftIdcApplication> redshiftIdcApplications)
The list of Amazon Redshift IAM Identity Center applications.DescribeRedshiftIdcApplicationsResponse.Builder
redshiftIdcApplications(Consumer<RedshiftIdcApplication.Builder>... redshiftIdcApplications)
The list of Amazon Redshift IAM Identity Center applications.DescribeRedshiftIdcApplicationsResponse.Builder
redshiftIdcApplications(RedshiftIdcApplication... redshiftIdcApplications)
The list of Amazon Redshift IAM Identity Center applications.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.redshift.model.RedshiftResponse.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
-
redshiftIdcApplications
DescribeRedshiftIdcApplicationsResponse.Builder redshiftIdcApplications(Collection<RedshiftIdcApplication> redshiftIdcApplications)
The list of Amazon Redshift IAM Identity Center applications.
- Parameters:
redshiftIdcApplications
- The list of Amazon Redshift IAM Identity Center applications.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
redshiftIdcApplications
DescribeRedshiftIdcApplicationsResponse.Builder redshiftIdcApplications(RedshiftIdcApplication... redshiftIdcApplications)
The list of Amazon Redshift IAM Identity Center applications.
- Parameters:
redshiftIdcApplications
- The list of Amazon Redshift IAM Identity Center applications.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
redshiftIdcApplications
DescribeRedshiftIdcApplicationsResponse.Builder redshiftIdcApplications(Consumer<RedshiftIdcApplication.Builder>... redshiftIdcApplications)
The list of Amazon Redshift IAM Identity Center applications.
This is a convenience method that creates an instance of theRedshiftIdcApplication.Builder
avoiding the need to create one manually viaRedshiftIdcApplication.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed to#redshiftIdcApplications(List
.) - Parameters:
redshiftIdcApplications
- a consumer that will call methods onRedshiftIdcApplication.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#redshiftIdcApplications(java.util.Collection
)
-
marker
DescribeRedshiftIdcApplicationsResponse.Builder marker(String marker)
A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.
- Parameters:
marker
- A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-