Interface CreateNetworkInsightsAccessScopeRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateNetworkInsightsAccessScopeRequest.Builder,
,CreateNetworkInsightsAccessScopeRequest> Ec2Request.Builder
,SdkBuilder<CreateNetworkInsightsAccessScopeRequest.Builder,
,CreateNetworkInsightsAccessScopeRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateNetworkInsightsAccessScopeRequest
-
Method Summary
Modifier and TypeMethodDescriptionclientToken
(String clientToken) Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.excludePaths
(Collection<AccessScopePathRequest> excludePaths) The paths to exclude.excludePaths
(Consumer<AccessScopePathRequest.Builder>... excludePaths) The paths to exclude.excludePaths
(AccessScopePathRequest... excludePaths) The paths to exclude.matchPaths
(Collection<AccessScopePathRequest> matchPaths) The paths to match.matchPaths
(Consumer<AccessScopePathRequest.Builder>... matchPaths) The paths to match.matchPaths
(AccessScopePathRequest... matchPaths) The paths to match.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.tagSpecifications
(Collection<TagSpecification> tagSpecifications) The tags to apply.tagSpecifications
(Consumer<TagSpecification.Builder>... tagSpecifications) The tags to apply.tagSpecifications
(TagSpecification... tagSpecifications) The tags to apply.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, sdkFields
-
Method Details
-
matchPaths
CreateNetworkInsightsAccessScopeRequest.Builder matchPaths(Collection<AccessScopePathRequest> matchPaths) The paths to match.
- Parameters:
matchPaths
- The paths to match.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
matchPaths
The paths to match.
- Parameters:
matchPaths
- The paths to match.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
matchPaths
CreateNetworkInsightsAccessScopeRequest.Builder matchPaths(Consumer<AccessScopePathRequest.Builder>... matchPaths) The paths to match.
This is a convenience method that creates an instance of theAccessScopePathRequest.Builder
avoiding the need to create one manually viaAccessScopePathRequest.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tomatchPaths(List<AccessScopePathRequest>)
.- Parameters:
matchPaths
- a consumer that will call methods onAccessScopePathRequest.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
excludePaths
CreateNetworkInsightsAccessScopeRequest.Builder excludePaths(Collection<AccessScopePathRequest> excludePaths) The paths to exclude.
- Parameters:
excludePaths
- The paths to exclude.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
excludePaths
CreateNetworkInsightsAccessScopeRequest.Builder excludePaths(AccessScopePathRequest... excludePaths) The paths to exclude.
- Parameters:
excludePaths
- The paths to exclude.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
excludePaths
CreateNetworkInsightsAccessScopeRequest.Builder excludePaths(Consumer<AccessScopePathRequest.Builder>... excludePaths) The paths to exclude.
This is a convenience method that creates an instance of theAccessScopePathRequest.Builder
avoiding the need to create one manually viaAccessScopePathRequest.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toexcludePaths(List<AccessScopePathRequest>)
.- Parameters:
excludePaths
- a consumer that will call methods onAccessScopePathRequest.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
clientToken
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.
- Parameters:
clientToken
- Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagSpecifications
CreateNetworkInsightsAccessScopeRequest.Builder tagSpecifications(Collection<TagSpecification> tagSpecifications) The tags to apply.
- Parameters:
tagSpecifications
- The tags to apply.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagSpecifications
CreateNetworkInsightsAccessScopeRequest.Builder tagSpecifications(TagSpecification... tagSpecifications) The tags to apply.
- Parameters:
tagSpecifications
- The tags to apply.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagSpecifications
CreateNetworkInsightsAccessScopeRequest.Builder tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications) The tags to apply.
This is a convenience method that creates an instance of theTagSpecification.Builder
avoiding the need to create one manually viaTagSpecification.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totagSpecifications(List<TagSpecification>)
.- Parameters:
tagSpecifications
- a consumer that will call methods onTagSpecification.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
dryRun
Checks 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
- Checks 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.
-
overrideConfiguration
CreateNetworkInsightsAccessScopeRequest.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
CreateNetworkInsightsAccessScopeRequest.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.
-