public static interface NetworkInsightsAccessScope.Builder extends SdkPojo, CopyableBuilder<NetworkInsightsAccessScope.Builder,NetworkInsightsAccessScope>
| Modifier and Type | Method and Description |
|---|---|
NetworkInsightsAccessScope.Builder |
createdDate(Instant createdDate)
The creation date.
|
NetworkInsightsAccessScope.Builder |
networkInsightsAccessScopeArn(String networkInsightsAccessScopeArn)
The Amazon Resource Name (ARN) of the Network Access Scope.
|
NetworkInsightsAccessScope.Builder |
networkInsightsAccessScopeId(String networkInsightsAccessScopeId)
The ID of the Network Access Scope.
|
NetworkInsightsAccessScope.Builder |
tags(Collection<Tag> tags)
The tags.
|
NetworkInsightsAccessScope.Builder |
tags(Consumer<Tag.Builder>... tags)
The tags.
|
NetworkInsightsAccessScope.Builder |
tags(Tag... tags)
The tags.
|
NetworkInsightsAccessScope.Builder |
updatedDate(Instant updatedDate)
The last updated date.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNetworkInsightsAccessScope.Builder networkInsightsAccessScopeId(String networkInsightsAccessScopeId)
The ID of the Network Access Scope.
networkInsightsAccessScopeId - The ID of the Network Access Scope.NetworkInsightsAccessScope.Builder networkInsightsAccessScopeArn(String networkInsightsAccessScopeArn)
The Amazon Resource Name (ARN) of the Network Access Scope.
networkInsightsAccessScopeArn - The Amazon Resource Name (ARN) of the Network Access Scope.NetworkInsightsAccessScope.Builder createdDate(Instant createdDate)
The creation date.
createdDate - The creation date.NetworkInsightsAccessScope.Builder updatedDate(Instant updatedDate)
The last updated date.
updatedDate - The last updated date.NetworkInsightsAccessScope.Builder tags(Collection<Tag> tags)
The tags.
tags - The tags.NetworkInsightsAccessScope.Builder tags(Tag... tags)
The tags.
tags - The tags.NetworkInsightsAccessScope.Builder tags(Consumer<Tag.Builder>... tags)
The tags.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one manually via
Tag.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to #tags(List.
tags - a consumer that will call methods on Tag.Builder#tags(java.util.Collection) Copyright © 2022. All rights reserved.