Interface ListTargetsForPolicyResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<ListTargetsForPolicyResponse.Builder,,- ListTargetsForPolicyResponse> - OrganizationsResponse.Builder,- SdkBuilder<ListTargetsForPolicyResponse.Builder,,- ListTargetsForPolicyResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- ListTargetsForPolicyResponse
- 
Method SummaryModifier and TypeMethodDescriptionIf present, indicates that more output is available than is included in the current response.targets(Collection<PolicyTargetSummary> targets) A list of structures, each of which contains details about one of the entities to which the specified policy is attached.targets(Consumer<PolicyTargetSummary.Builder>... targets) A list of structures, each of which contains details about one of the entities to which the specified policy is attached.targets(PolicyTargetSummary... targets) A list of structures, each of which contains details about one of the entities to which the specified policy is attached.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.organizations.model.OrganizationsResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
targetsA list of structures, each of which contains details about one of the entities to which the specified policy is attached. - Parameters:
- targets- A list of structures, each of which contains details about one of the entities to which the specified policy is attached.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
targetsA list of structures, each of which contains details about one of the entities to which the specified policy is attached. - Parameters:
- targets- A list of structures, each of which contains details about one of the entities to which the specified policy is attached.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
targetsA list of structures, each of which contains details about one of the entities to which the specified policy is attached. This is a convenience method that creates an instance of thePolicyTargetSummary.Builderavoiding the need to create one manually viaPolicyTargetSummary.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totargets(List<PolicyTargetSummary>).- Parameters:
- targets- a consumer that will call methods on- PolicyTargetSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
nextTokenIf 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 the- NextTokenrequest parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the- NextTokenresponse element comes back as- null.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-