Interface GetResourceConfigurationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetResourceConfigurationResponse.Builder,
,GetResourceConfigurationResponse> SdkBuilder<GetResourceConfigurationResponse.Builder,
,GetResourceConfigurationResponse> SdkPojo
,SdkResponse.Builder
,VpcLatticeResponse.Builder
- Enclosing class:
GetResourceConfigurationResponse
-
Method Summary
Modifier and TypeMethodDescriptionallowAssociationToShareableServiceNetwork
(Boolean allowAssociationToShareableServiceNetwork) Specifies whether the resource configuration is associated with a sharable service network.amazonManaged
(Boolean amazonManaged) Indicates whether the resource configuration was created and is managed by Amazon.The Amazon Resource Name (ARN) of the resource configuration.The date and time that the resource configuration was created, in ISO-8601 format.customDomainName
(String customDomainName) The custom domain name of the resource configuration.failureReason
(String failureReason) The reason the create-resource-configuration request failed.The ID of the resource configuration.lastUpdatedAt
(Instant lastUpdatedAt) The most recent date and time that the resource configuration was updated, in ISO-8601 format.The name of the resource configuration.portRanges
(String... portRanges) The TCP port ranges that a consumer can use to access a resource configuration.portRanges
(Collection<String> portRanges) The TCP port ranges that a consumer can use to access a resource configuration.The TCP protocol accepted by the specified resource configuration.protocol
(ProtocolType protocol) The TCP protocol accepted by the specified resource configuration.resourceConfigurationDefinition
(Consumer<ResourceConfigurationDefinition.Builder> resourceConfigurationDefinition) The resource configuration.resourceConfigurationDefinition
(ResourceConfigurationDefinition resourceConfigurationDefinition) The resource configuration.resourceConfigurationGroupId
(String resourceConfigurationGroupId) The ID of the group resource configuration.resourceGatewayId
(String resourceGatewayId) The ID of the resource gateway used to connect to the resource configuration in a given VPC.The status of the resource configuration.status
(ResourceConfigurationStatus status) The status of the resource configuration.The type of resource configuration.The type of resource configuration.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
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
Methods inherited from interface software.amazon.awssdk.services.vpclattice.model.VpcLatticeResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
amazonManaged
Indicates whether the resource configuration was created and is managed by Amazon.
- Parameters:
amazonManaged
- Indicates whether the resource configuration was created and is managed by Amazon.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The Amazon Resource Name (ARN) of the resource configuration.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the resource configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The date and time that the resource configuration was created, in ISO-8601 format.
- Parameters:
createdAt
- The date and time that the resource configuration was created, in ISO-8601 format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customDomainName
The custom domain name of the resource configuration.
- Parameters:
customDomainName
- The custom domain name of the resource configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failureReason
The reason the create-resource-configuration request failed.
- Parameters:
failureReason
- The reason the create-resource-configuration request failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
The ID of the resource configuration.
- Parameters:
id
- The ID of the resource configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedAt
The most recent date and time that the resource configuration was updated, in ISO-8601 format.
- Parameters:
lastUpdatedAt
- The most recent date and time that the resource configuration was updated, in ISO-8601 format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the resource configuration.
- Parameters:
name
- The name of the resource configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
portRanges
The TCP port ranges that a consumer can use to access a resource configuration. You can separate port ranges with a comma. Example: 1-65535 or 1,2,22-30
- Parameters:
portRanges
- The TCP port ranges that a consumer can use to access a resource configuration. You can separate port ranges with a comma. Example: 1-65535 or 1,2,22-30- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
portRanges
The TCP port ranges that a consumer can use to access a resource configuration. You can separate port ranges with a comma. Example: 1-65535 or 1,2,22-30
- Parameters:
portRanges
- The TCP port ranges that a consumer can use to access a resource configuration. You can separate port ranges with a comma. Example: 1-65535 or 1,2,22-30- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
protocol
The TCP protocol accepted by the specified resource configuration.
- Parameters:
protocol
- The TCP protocol accepted by the specified resource configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
protocol
The TCP protocol accepted by the specified resource configuration.
- Parameters:
protocol
- The TCP protocol accepted by the specified resource configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
resourceConfigurationDefinition
GetResourceConfigurationResponse.Builder resourceConfigurationDefinition(ResourceConfigurationDefinition resourceConfigurationDefinition) The resource configuration.
- Parameters:
resourceConfigurationDefinition
- The resource configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceConfigurationDefinition
default GetResourceConfigurationResponse.Builder resourceConfigurationDefinition(Consumer<ResourceConfigurationDefinition.Builder> resourceConfigurationDefinition) The resource configuration.
This is a convenience method that creates an instance of theResourceConfigurationDefinition.Builder
avoiding the need to create one manually viaResourceConfigurationDefinition.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toresourceConfigurationDefinition(ResourceConfigurationDefinition)
.- Parameters:
resourceConfigurationDefinition
- a consumer that will call methods onResourceConfigurationDefinition.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
resourceConfigurationGroupId
GetResourceConfigurationResponse.Builder resourceConfigurationGroupId(String resourceConfigurationGroupId) The ID of the group resource configuration.
- Parameters:
resourceConfigurationGroupId
- The ID of the group resource configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceGatewayId
The ID of the resource gateway used to connect to the resource configuration in a given VPC. You can specify the resource gateway identifier only for resource configurations with type SINGLE, GROUP, or ARN.
- Parameters:
resourceGatewayId
- The ID of the resource gateway used to connect to the resource configuration in a given VPC. You can specify the resource gateway identifier only for resource configurations with type SINGLE, GROUP, or ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the resource configuration.
- Parameters:
status
- The status of the resource configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the resource configuration.
- Parameters:
status
- The status of the resource configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of resource configuration.
-
SINGLE
- A single resource. -
GROUP
- A group of resources. -
CHILD
- A single resource that is part of a group resource configuration. -
ARN
- An Amazon Web Services resource.
- Parameters:
type
- The type of resource configuration.-
SINGLE
- A single resource. -
GROUP
- A group of resources. -
CHILD
- A single resource that is part of a group resource configuration. -
ARN
- An Amazon Web Services resource.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
type
The type of resource configuration.
-
SINGLE
- A single resource. -
GROUP
- A group of resources. -
CHILD
- A single resource that is part of a group resource configuration. -
ARN
- An Amazon Web Services resource.
- Parameters:
type
- The type of resource configuration.-
SINGLE
- A single resource. -
GROUP
- A group of resources. -
CHILD
- A single resource that is part of a group resource configuration. -
ARN
- An Amazon Web Services resource.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-