public static interface StartNetworkInsightsAnalysisRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<StartNetworkInsightsAnalysisRequest.Builder,StartNetworkInsightsAnalysisRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartNetworkInsightsAnalysisRequest.Builder networkInsightsPathId(String networkInsightsPathId)
The ID of the path.
networkInsightsPathId - The ID of the path.StartNetworkInsightsAnalysisRequest.Builder additionalAccounts(Collection<String> additionalAccounts)
The member accounts that contain resources that the path can traverse.
additionalAccounts - The member accounts that contain resources that the path can traverse.StartNetworkInsightsAnalysisRequest.Builder additionalAccounts(String... additionalAccounts)
The member accounts that contain resources that the path can traverse.
additionalAccounts - The member accounts that contain resources that the path can traverse.StartNetworkInsightsAnalysisRequest.Builder filterInArns(Collection<String> filterInArns)
The Amazon Resource Names (ARN) of the resources that the path must traverse.
filterInArns - The Amazon Resource Names (ARN) of the resources that the path must traverse.StartNetworkInsightsAnalysisRequest.Builder filterInArns(String... filterInArns)
The Amazon Resource Names (ARN) of the resources that the path must traverse.
filterInArns - The Amazon Resource Names (ARN) of the resources that the path must traverse.StartNetworkInsightsAnalysisRequest.Builder tagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply.
tagSpecifications - The tags to apply.StartNetworkInsightsAnalysisRequest.Builder tagSpecifications(TagSpecification... tagSpecifications)
The tags to apply.
tagSpecifications - The tags to apply.StartNetworkInsightsAnalysisRequest.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) StartNetworkInsightsAnalysisRequest.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.StartNetworkInsightsAnalysisRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartNetworkInsightsAnalysisRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.