Interface ListProfileSharesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListProfileSharesResponse.Builder,ListProfileSharesResponse>,SdkBuilder<ListProfileSharesResponse.Builder,ListProfileSharesResponse>,SdkPojo,SdkResponse.Builder,WellArchitectedResponse.Builder
- Enclosing class:
- ListProfileSharesResponse
public static interface ListProfileSharesResponse.Builder extends WellArchitectedResponse.Builder, SdkPojo, CopyableBuilder<ListProfileSharesResponse.Builder,ListProfileSharesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListProfileSharesResponse.BuildernextToken(String nextToken)Sets the value of the NextToken property for this object.ListProfileSharesResponse.BuilderprofileShareSummaries(Collection<ProfileShareSummary> profileShareSummaries)Profile share summaries.ListProfileSharesResponse.BuilderprofileShareSummaries(Consumer<ProfileShareSummary.Builder>... profileShareSummaries)Profile share summaries.ListProfileSharesResponse.BuilderprofileShareSummaries(ProfileShareSummary... profileShareSummaries)Profile share summaries.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
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
-
Methods inherited from interface software.amazon.awssdk.services.wellarchitected.model.WellArchitectedResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
profileShareSummaries
ListProfileSharesResponse.Builder profileShareSummaries(Collection<ProfileShareSummary> profileShareSummaries)
Profile share summaries.
- Parameters:
profileShareSummaries- Profile share summaries.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
profileShareSummaries
ListProfileSharesResponse.Builder profileShareSummaries(ProfileShareSummary... profileShareSummaries)
Profile share summaries.
- Parameters:
profileShareSummaries- Profile share summaries.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
profileShareSummaries
ListProfileSharesResponse.Builder profileShareSummaries(Consumer<ProfileShareSummary.Builder>... profileShareSummaries)
Profile share summaries.
This is a convenience method that creates an instance of theProfileShareSummary.Builderavoiding the need to create one manually viaProfileShareSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#profileShareSummaries(List.) - Parameters:
profileShareSummaries- a consumer that will call methods onProfileShareSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#profileShareSummaries(java.util.Collection)
-
nextToken
ListProfileSharesResponse.Builder nextToken(String nextToken)
Sets the value of the NextToken property for this object.- Parameters:
nextToken- The new value for the NextToken property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-