Interface ListDelegatedServicesForAccountResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListDelegatedServicesForAccountResponse.Builder,ListDelegatedServicesForAccountResponse>,OrganizationsResponse.Builder,SdkBuilder<ListDelegatedServicesForAccountResponse.Builder,ListDelegatedServicesForAccountResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListDelegatedServicesForAccountResponse
public static interface ListDelegatedServicesForAccountResponse.Builder extends OrganizationsResponse.Builder, SdkPojo, CopyableBuilder<ListDelegatedServicesForAccountResponse.Builder,ListDelegatedServicesForAccountResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListDelegatedServicesForAccountResponse.BuilderdelegatedServices(Collection<DelegatedService> delegatedServices)The services for which the account is a delegated administrator.ListDelegatedServicesForAccountResponse.BuilderdelegatedServices(Consumer<DelegatedService.Builder>... delegatedServices)The services for which the account is a delegated administrator.ListDelegatedServicesForAccountResponse.BuilderdelegatedServices(DelegatedService... delegatedServices)The services for which the account is a delegated administrator.ListDelegatedServicesForAccountResponse.BuildernextToken(String nextToken)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
copy
-
Methods inherited from interface software.amazon.awssdk.services.organizations.model.OrganizationsResponse.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
-
delegatedServices
ListDelegatedServicesForAccountResponse.Builder delegatedServices(Collection<DelegatedService> delegatedServices)
The services for which the account is a delegated administrator.
- Parameters:
delegatedServices- The services for which the account is a delegated administrator.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
delegatedServices
ListDelegatedServicesForAccountResponse.Builder delegatedServices(DelegatedService... delegatedServices)
The services for which the account is a delegated administrator.
- Parameters:
delegatedServices- The services for which the account is a delegated administrator.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
delegatedServices
ListDelegatedServicesForAccountResponse.Builder delegatedServices(Consumer<DelegatedService.Builder>... delegatedServices)
The services for which the account is a delegated administrator.
This is a convenience method that creates an instance of theDelegatedService.Builderavoiding the need to create one manually viaDelegatedService.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#delegatedServices(List.) - Parameters:
delegatedServices- a consumer that will call methods onDelegatedService.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#delegatedServices(java.util.Collection)
-
nextToken
ListDelegatedServicesForAccountResponse.Builder nextToken(String 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 subsequent call to the operation to get the next part of the output. You should repeat this until theNextTokenresponse element comes back asnull.- 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 subsequent call to the operation to get the next part of the output. You should repeat this until theNextTokenresponse element comes back asnull.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-