Interface GetNetworkInsightsAccessScopeContentResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetNetworkInsightsAccessScopeContentResponse.Builder,GetNetworkInsightsAccessScopeContentResponse>,Ec2Response.Builder,SdkBuilder<GetNetworkInsightsAccessScopeContentResponse.Builder,GetNetworkInsightsAccessScopeContentResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetNetworkInsightsAccessScopeContentResponse
public static interface GetNetworkInsightsAccessScopeContentResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<GetNetworkInsightsAccessScopeContentResponse.Builder,GetNetworkInsightsAccessScopeContentResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetNetworkInsightsAccessScopeContentResponse.BuildernetworkInsightsAccessScopeContent(Consumer<NetworkInsightsAccessScopeContent.Builder> networkInsightsAccessScopeContent)The Network Access Scope content.GetNetworkInsightsAccessScopeContentResponse.BuildernetworkInsightsAccessScopeContent(NetworkInsightsAccessScopeContent networkInsightsAccessScopeContent)The Network Access Scope content.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
networkInsightsAccessScopeContent
GetNetworkInsightsAccessScopeContentResponse.Builder networkInsightsAccessScopeContent(NetworkInsightsAccessScopeContent networkInsightsAccessScopeContent)
The Network Access Scope content.
- Parameters:
networkInsightsAccessScopeContent- The Network Access Scope content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
networkInsightsAccessScopeContent
default GetNetworkInsightsAccessScopeContentResponse.Builder networkInsightsAccessScopeContent(Consumer<NetworkInsightsAccessScopeContent.Builder> networkInsightsAccessScopeContent)
The Network Access Scope content.
This is a convenience method that creates an instance of theNetworkInsightsAccessScopeContent.Builderavoiding the need to create one manually viaNetworkInsightsAccessScopeContent.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tonetworkInsightsAccessScopeContent(NetworkInsightsAccessScopeContent).- Parameters:
networkInsightsAccessScopeContent- a consumer that will call methods onNetworkInsightsAccessScopeContent.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
networkInsightsAccessScopeContent(NetworkInsightsAccessScopeContent)
-
-