Interface DescribeHomeRegionControlsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeHomeRegionControlsRequest.Builder,DescribeHomeRegionControlsRequest>,MigrationHubConfigRequest.Builder,SdkBuilder<DescribeHomeRegionControlsRequest.Builder,DescribeHomeRegionControlsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeHomeRegionControlsRequest
public static interface DescribeHomeRegionControlsRequest.Builder extends MigrationHubConfigRequest.Builder, SdkPojo, CopyableBuilder<DescribeHomeRegionControlsRequest.Builder,DescribeHomeRegionControlsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description DescribeHomeRegionControlsRequest.BuildercontrolId(String controlId)TheControlIDis a unique identifier string of yourHomeRegionControlobject.DescribeHomeRegionControlsRequest.BuilderhomeRegion(String homeRegion)The name of the home region you'd like to view.DescribeHomeRegionControlsRequest.BuildermaxResults(Integer maxResults)The maximum number of filtering results to display per page.DescribeHomeRegionControlsRequest.BuildernextToken(String nextToken)If aNextTokenwas returned by a previous call, more results are available.DescribeHomeRegionControlsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeHomeRegionControlsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default DescribeHomeRegionControlsRequest.Buildertarget(Consumer<Target.Builder> target)The target parameter specifies the identifier to which the home region is applied, which is always of typeACCOUNT.DescribeHomeRegionControlsRequest.Buildertarget(Target target)The target parameter specifies the identifier to which the home region is applied, which is always of typeACCOUNT.-
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.migrationhubconfig.model.MigrationHubConfigRequest.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
-
controlId
DescribeHomeRegionControlsRequest.Builder controlId(String controlId)
The
ControlIDis a unique identifier string of yourHomeRegionControlobject.- Parameters:
controlId- TheControlIDis a unique identifier string of yourHomeRegionControlobject.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
homeRegion
DescribeHomeRegionControlsRequest.Builder homeRegion(String homeRegion)
The name of the home region you'd like to view.
- Parameters:
homeRegion- The name of the home region you'd like to view.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
target
DescribeHomeRegionControlsRequest.Builder target(Target target)
The target parameter specifies the identifier to which the home region is applied, which is always of type
ACCOUNT. It applies the home region to the currentACCOUNT.- Parameters:
target- The target parameter specifies the identifier to which the home region is applied, which is always of typeACCOUNT. It applies the home region to the currentACCOUNT.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
target
default DescribeHomeRegionControlsRequest.Builder target(Consumer<Target.Builder> target)
The target parameter specifies the identifier to which the home region is applied, which is always of type
This is a convenience method that creates an instance of theACCOUNT. It applies the home region to the currentACCOUNT.Target.Builderavoiding the need to create one manually viaTarget.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totarget(Target).- Parameters:
target- a consumer that will call methods onTarget.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
target(Target)
-
maxResults
DescribeHomeRegionControlsRequest.Builder maxResults(Integer maxResults)
The maximum number of filtering results to display per page.
- Parameters:
maxResults- The maximum number of filtering results to display per page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
DescribeHomeRegionControlsRequest.Builder nextToken(String nextToken)
If a
NextTokenwas returned by a previous call, more results are available. To retrieve the next page of results, make the call again using the returned token inNextToken.- Parameters:
nextToken- If aNextTokenwas returned by a previous call, more results are available. To retrieve the next page of results, make the call again using the returned token inNextToken.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeHomeRegionControlsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeHomeRegionControlsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-