public static interface CreateNetworkInsightsAccessScopeRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<CreateNetworkInsightsAccessScopeRequest.Builder,CreateNetworkInsightsAccessScopeRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateNetworkInsightsAccessScopeRequest.Builder matchPaths(Collection<AccessScopePathRequest> matchPaths)
The paths to match.
matchPaths - The paths to match.CreateNetworkInsightsAccessScopeRequest.Builder matchPaths(AccessScopePathRequest... matchPaths)
The paths to match.
matchPaths - The paths to match.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 via AccessScopePathRequest.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #matchPaths(List.
matchPaths - a consumer that will call methods on
AccessScopePathRequest.Builder#matchPaths(java.util.Collection) CreateNetworkInsightsAccessScopeRequest.Builder excludePaths(Collection<AccessScopePathRequest> excludePaths)
The paths to exclude.
excludePaths - The paths to exclude.CreateNetworkInsightsAccessScopeRequest.Builder excludePaths(AccessScopePathRequest... excludePaths)
The paths to exclude.
excludePaths - The paths to exclude.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 via AccessScopePathRequest.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #excludePaths(List.
excludePaths - a consumer that will call methods on
AccessScopePathRequest.Builder#excludePaths(java.util.Collection) CreateNetworkInsightsAccessScopeRequest.Builder clientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.
clientToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more
information, see How to
ensure idempotency.CreateNetworkInsightsAccessScopeRequest.Builder tagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply.
tagSpecifications - The tags to apply.CreateNetworkInsightsAccessScopeRequest.Builder tagSpecifications(TagSpecification... tagSpecifications)
The tags to apply.
tagSpecifications - The tags to apply.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 via TagSpecification.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #tagSpecifications(List.
tagSpecifications - a consumer that will call methods on
TagSpecification.Builder#tagSpecifications(java.util.Collection) CreateNetworkInsightsAccessScopeRequest.Builder dryRun(Boolean 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 is UnauthorizedOperation.
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 is UnauthorizedOperation.CreateNetworkInsightsAccessScopeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateNetworkInsightsAccessScopeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.