Interface GatewaySummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<GatewaySummary.Builder,
,GatewaySummary> SdkBuilder<GatewaySummary.Builder,
,GatewaySummary> SdkPojo
- Enclosing class:
GatewaySummary
@Mutable
@NotThreadSafe
public static interface GatewaySummary.Builder
extends SdkPojo, CopyableBuilder<GatewaySummary.Builder,GatewaySummary>
-
Method Summary
Modifier and TypeMethodDescriptionauthorizerType
(String authorizerType) The type of authorizer used by the gateway.authorizerType
(AuthorizerType authorizerType) The type of authorizer used by the gateway.The timestamp when the gateway was created.description
(String description) The description of the gateway.The unique identifier of the gateway.The name of the gateway.protocolType
(String protocolType) The protocol type used by the gateway.protocolType
(GatewayProtocolType protocolType) The protocol type used by the gateway.The current status of the gateway.status
(GatewayStatus status) The current status of the gateway.The timestamp when the gateway was last updated.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
-
Method Details
-
gatewayId
The unique identifier of the gateway.
- Parameters:
gatewayId
- The unique identifier of the gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the gateway.
- Parameters:
name
- The name of the gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the gateway.
- Parameters:
status
- The current status of the gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the gateway.
- Parameters:
status
- The current status of the gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
description
The description of the gateway.
- Parameters:
description
- The description of the gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The timestamp when the gateway was created.
- Parameters:
createdAt
- The timestamp when the gateway was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The timestamp when the gateway was last updated.
- Parameters:
updatedAt
- The timestamp when the gateway was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authorizerType
The type of authorizer used by the gateway.
- Parameters:
authorizerType
- The type of authorizer used by the gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
authorizerType
The type of authorizer used by the gateway.
- Parameters:
authorizerType
- The type of authorizer used by the gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
protocolType
The protocol type used by the gateway.
- Parameters:
protocolType
- The protocol type used by the gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
protocolType
The protocol type used by the gateway.
- Parameters:
protocolType
- The protocol type used by the gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-