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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetDomainNamesRequest.Builderlimit(Integer limit)The maximum number of returned results per page.GetDomainNamesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetDomainNamesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetDomainNamesRequest.Builderposition(String position)The current pagination position in the paged result set.GetDomainNamesRequest.BuilderresourceOwner(String resourceOwner)The owner of the domain name access association.GetDomainNamesRequest.BuilderresourceOwner(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 Detail
-
position
GetDomainNamesRequest.Builder position(String 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
GetDomainNamesRequest.Builder limit(Integer 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
GetDomainNamesRequest.Builder resourceOwner(String 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,ResourceOwner
-
resourceOwner
GetDomainNamesRequest.Builder resourceOwner(ResourceOwner 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,ResourceOwner
-
overrideConfiguration
GetDomainNamesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetDomainNamesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-