public static interface CreateNetworkInsightsAccessScopeRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<CreateNetworkInsightsAccessScopeRequest.Builder,CreateNetworkInsightsAccessScopeRequest>
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
CreateNetworkInsightsAccessScopeRequest.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 that creates an instance of theList.Builder
avoiding
the need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called
immediately and its result is passed to #matchPaths(List)
.matchPaths
- a consumer that will call methods on List.Builder
#matchPaths(List)
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 that creates an instance of theList.Builder
avoiding
the need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called
immediately and its result is passed to #excludePaths(List)
.excludePaths
- a consumer that will call methods on List.Builder
#excludePaths(List)
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 that creates an instance of theList.Builder
avoiding the
need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and
its result is passed to #tagSpecifications(List)
.tagSpecifications
- a consumer that will call methods on List.Builder
#tagSpecifications(List)
CreateNetworkInsightsAccessScopeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
CreateNetworkInsightsAccessScopeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2021. All rights reserved.