Interface ListIdentitySourcesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListIdentitySourcesResponse.Builder,,ListIdentitySourcesResponse> MpaResponse.Builder,SdkBuilder<ListIdentitySourcesResponse.Builder,,ListIdentitySourcesResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListIdentitySourcesResponse
@Mutable
@NotThreadSafe
public static interface ListIdentitySourcesResponse.Builder
extends MpaResponse.Builder, SdkPojo, CopyableBuilder<ListIdentitySourcesResponse.Builder,ListIdentitySourcesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionidentitySources(Collection<IdentitySourceForList> identitySources) AIdentitySources.identitySources(Consumer<IdentitySourceForList.Builder>... identitySources) AIdentitySources.identitySources(IdentitySourceForList... identitySources) AIdentitySources.If present, indicates that more output is available than is included in the current response.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.mpa.model.MpaResponse.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
-
nextToken
If present, indicates that more output is available than is included in the current response. Use this value in the
NextTokenrequest parameter in a next call to the operation to get more output. You can repeat this until theNextTokenresponse element returnsnull.- Parameters:
nextToken- If present, indicates that more output is available than is included in the current response. Use this value in theNextTokenrequest parameter in a next call to the operation to get more output. You can repeat this until theNextTokenresponse element returnsnull.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identitySources
ListIdentitySourcesResponse.Builder identitySources(Collection<IdentitySourceForList> identitySources) A
IdentitySources. Contains details for identity sources.- Parameters:
identitySources- AIdentitySources. Contains details for identity sources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identitySources
A
IdentitySources. Contains details for identity sources.- Parameters:
identitySources- AIdentitySources. Contains details for identity sources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identitySources
ListIdentitySourcesResponse.Builder identitySources(Consumer<IdentitySourceForList.Builder>... identitySources) A
This is a convenience method that creates an instance of theIdentitySources. Contains details for identity sources.IdentitySourceForList.Builderavoiding the need to create one manually viaIdentitySourceForList.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toidentitySources(List<IdentitySourceForList>).- Parameters:
identitySources- a consumer that will call methods onIdentitySourceForList.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-