Interface GetIpamPolicyOrganizationTargetsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetIpamPolicyOrganizationTargetsRequest.Builder,GetIpamPolicyOrganizationTargetsRequest>,Ec2Request.Builder,SdkBuilder<GetIpamPolicyOrganizationTargetsRequest.Builder,GetIpamPolicyOrganizationTargetsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetIpamPolicyOrganizationTargetsRequest
@Mutable @NotThreadSafe public static interface GetIpamPolicyOrganizationTargetsRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<GetIpamPolicyOrganizationTargetsRequest.Builder,GetIpamPolicyOrganizationTargetsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetIpamPolicyOrganizationTargetsRequest.BuilderdryRun(Boolean dryRun)A check for whether you have the required permissions for the action without actually making the request and provides an error response.GetIpamPolicyOrganizationTargetsRequest.Builderfilters(Collection<Filter> filters)One or more filters for the Amazon Web Services Organizations targets.GetIpamPolicyOrganizationTargetsRequest.Builderfilters(Consumer<Filter.Builder>... filters)One or more filters for the Amazon Web Services Organizations targets.GetIpamPolicyOrganizationTargetsRequest.Builderfilters(Filter... filters)One or more filters for the Amazon Web Services Organizations targets.GetIpamPolicyOrganizationTargetsRequest.BuilderipamPolicyId(String ipamPolicyId)The ID of the IPAM policy for which to get Amazon Web Services Organizations targets.GetIpamPolicyOrganizationTargetsRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return in a single call.GetIpamPolicyOrganizationTargetsRequest.BuildernextToken(String nextToken)The token for the next page of results.GetIpamPolicyOrganizationTargetsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetIpamPolicyOrganizationTargetsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Request.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
dryRun
GetIpamPolicyOrganizationTargetsRequest.Builder dryRun(Boolean dryRun)
A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it isUnauthorizedOperation.- Parameters:
dryRun- A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response isDryRunOperation. Otherwise, it isUnauthorizedOperation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
GetIpamPolicyOrganizationTargetsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in a single call.
- Parameters:
maxResults- The maximum number of results to return in a single call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
GetIpamPolicyOrganizationTargetsRequest.Builder nextToken(String nextToken)
The token for the next page of results.
- Parameters:
nextToken- The token for the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipamPolicyId
GetIpamPolicyOrganizationTargetsRequest.Builder ipamPolicyId(String ipamPolicyId)
The ID of the IPAM policy for which to get Amazon Web Services Organizations targets.
- Parameters:
ipamPolicyId- The ID of the IPAM policy for which to get Amazon Web Services Organizations targets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
GetIpamPolicyOrganizationTargetsRequest.Builder filters(Collection<Filter> filters)
One or more filters for the Amazon Web Services Organizations targets.
- Parameters:
filters- One or more filters for the Amazon Web Services Organizations targets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
GetIpamPolicyOrganizationTargetsRequest.Builder filters(Filter... filters)
One or more filters for the Amazon Web Services Organizations targets.
- Parameters:
filters- One or more filters for the Amazon Web Services Organizations targets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
GetIpamPolicyOrganizationTargetsRequest.Builder filters(Consumer<Filter.Builder>... filters)
One or more filters for the Amazon Web Services Organizations targets.
This is a convenience method that creates an instance of theFilter.Builderavoiding the need to create one manually viaFilter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#filters(List.) - Parameters:
filters- a consumer that will call methods onFilter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#filters(java.util.Collection)
-
overrideConfiguration
GetIpamPolicyOrganizationTargetsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetIpamPolicyOrganizationTargetsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-