Interface GetDomainNameAccessAssociationsRequest.Builder
- All Superinterfaces:
ApiGatewayRequest.Builder
,AwsRequest.Builder
,Buildable
,CopyableBuilder<GetDomainNameAccessAssociationsRequest.Builder,
,GetDomainNameAccessAssociationsRequest> SdkBuilder<GetDomainNameAccessAssociationsRequest.Builder,
,GetDomainNameAccessAssociationsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
GetDomainNameAccessAssociationsRequest
@Mutable
@NotThreadSafe
public static interface GetDomainNameAccessAssociationsRequest.Builder
extends ApiGatewayRequest.Builder, SdkPojo, CopyableBuilder<GetDomainNameAccessAssociationsRequest.Builder,GetDomainNameAccessAssociationsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe maximum number of returned results per page.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The current pagination position in the paged result set.resourceOwner
(String resourceOwner) The owner of the domain name access association.resourceOwner
(ResourceOwner resourceOwner) The owner of the domain name access association.Methods inherited from interface software.amazon.awssdk.services.apigateway.model.ApiGatewayRequest.Builder
build
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.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
position
The current pagination position in the paged result set.
- Parameters:
position
- The current pagination position in the paged result set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
limit
The maximum number of returned results per page. The default value is 25 and the maximum value is 500.
- Parameters:
limit
- The maximum number of returned results per page. The default value is 25 and the maximum value is 500.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceOwner
The owner of the domain name access association. Use
SELF
to only list the domain name access associations owned by your own account. UseOTHER_ACCOUNTS
to list the domain name access associations with your private custom domain names that are owned by other AWS accounts.- Parameters:
resourceOwner
- The owner of the domain name access association. UseSELF
to only list the domain name access associations owned by your own account. UseOTHER_ACCOUNTS
to list the domain name access associations with your private custom domain names that are owned by other AWS accounts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
resourceOwner
The owner of the domain name access association. Use
SELF
to only list the domain name access associations owned by your own account. UseOTHER_ACCOUNTS
to list the domain name access associations with your private custom domain names that are owned by other AWS accounts.- Parameters:
resourceOwner
- The owner of the domain name access association. UseSELF
to only list the domain name access associations owned by your own account. UseOTHER_ACCOUNTS
to list the domain name access associations with your private custom domain names that are owned by other AWS accounts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
GetDomainNameAccessAssociationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GetDomainNameAccessAssociationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-