public static interface StartNetworkInsightsAccessScopeAnalysisRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<StartNetworkInsightsAccessScopeAnalysisRequest.Builder,StartNetworkInsightsAccessScopeAnalysisRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartNetworkInsightsAccessScopeAnalysisRequest.Builder networkInsightsAccessScopeId(String networkInsightsAccessScopeId)
The ID of the Network Access Scope.
networkInsightsAccessScopeId - The ID of the Network Access Scope.StartNetworkInsightsAccessScopeAnalysisRequest.Builder tagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply.
tagSpecifications - The tags to apply.StartNetworkInsightsAccessScopeAnalysisRequest.Builder tagSpecifications(TagSpecification... tagSpecifications)
The tags to apply.
tagSpecifications - The tags to apply.StartNetworkInsightsAccessScopeAnalysisRequest.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) StartNetworkInsightsAccessScopeAnalysisRequest.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.StartNetworkInsightsAccessScopeAnalysisRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartNetworkInsightsAccessScopeAnalysisRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.