Interface GetDomainNamesRequest.Builder
- All Superinterfaces:
ApiGatewayRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<GetDomainNamesRequest.Builder,,GetDomainNamesRequest> SdkBuilder<GetDomainNamesRequest.Builder,,GetDomainNamesRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
GetDomainNamesRequest
public static interface GetDomainNamesRequest.Builder
extends ApiGatewayRequest.Builder, SdkPojo, CopyableBuilder<GetDomainNamesRequest.Builder,GetDomainNamesRequest>
-
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
buildMethods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods 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.
- Parameters:
resourceOwner- The owner of the domain name access association.- 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.
- Parameters:
resourceOwner- The owner of the domain name access association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
GetDomainNamesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GetDomainNamesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-