Interface GetGatewayResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,BedrockAgentCoreControlResponse.Builder
,Buildable
,CopyableBuilder<GetGatewayResponse.Builder,
,GetGatewayResponse> SdkBuilder<GetGatewayResponse.Builder,
,GetGatewayResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetGatewayResponse
-
Method Summary
Modifier and TypeMethodDescriptiondefault GetGatewayResponse.Builder
authorizerConfiguration
(Consumer<AuthorizerConfiguration.Builder> authorizerConfiguration) The authorizer configuration for the Gateway.authorizerConfiguration
(AuthorizerConfiguration authorizerConfiguration) The authorizer configuration for the Gateway.authorizerType
(String authorizerType) Authorizer type for the gateway.authorizerType
(AuthorizerType authorizerType) Authorizer type for the gateway.The timestamp when the Gateway was created.description
(String description) The description of the Gateway.exceptionLevel
(String exceptionLevel) The verbosity of exception messages.exceptionLevel
(ExceptionLevel exceptionLevel) The verbosity of exception messages.gatewayArn
(String gatewayArn) The Amazon Resource Name (ARN) of the Gateway.The unique identifier of the Gateway.gatewayUrl
(String gatewayUrl) An endpoint for invoking Gateway.The ARN of the KMS key used to encrypt the Gateway.The name of the Gateway.default GetGatewayResponse.Builder
protocolConfiguration
(Consumer<GatewayProtocolConfiguration.Builder> protocolConfiguration) Sets the value of the ProtocolConfiguration property for this object.protocolConfiguration
(GatewayProtocolConfiguration protocolConfiguration) Sets the value of the ProtocolConfiguration property for this object.protocolType
(String protocolType) Protocol applied to a Gateway.protocolType
(GatewayProtocolType protocolType) Protocol applied to a Gateway.The IAM role ARN that provides permissions for the Gateway.The current status of the Gateway.status
(GatewayStatus status) The current status of the Gateway.statusReasons
(String... statusReasons) The reasons for the current status of the Gateway.statusReasons
(Collection<String> statusReasons) The reasons for the current status of the Gateway.The timestamp when the Gateway was last updated.default GetGatewayResponse.Builder
workloadIdentityDetails
(Consumer<WorkloadIdentityDetails.Builder> workloadIdentityDetails) The workload identity details for the Gateway.workloadIdentityDetails
(WorkloadIdentityDetails workloadIdentityDetails) The workload identity details for the Gateway.Methods inherited from interface software.amazon.awssdk.services.bedrockagentcorecontrol.model.BedrockAgentCoreControlResponse.Builder
build, responseMetadata, responseMetadata
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
-
Method Details
-
gatewayArn
The Amazon Resource Name (ARN) of the Gateway.
- Parameters:
gatewayArn
- The Amazon Resource Name (ARN) of the Gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-
gatewayUrl
An endpoint for invoking Gateway.
- Parameters:
gatewayUrl
- An endpoint for invoking 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.
-
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:
-
statusReasons
The reasons for the current status of the Gateway.
- Parameters:
statusReasons
- The reasons for the current status of the Gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusReasons
The reasons for the current status of the Gateway.
- Parameters:
statusReasons
- The reasons for the current status 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.
-
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.
-
roleArn
The IAM role ARN that provides permissions for the Gateway.
- Parameters:
roleArn
- The IAM role ARN that provides permissions for the Gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
protocolType
Protocol applied to a Gateway.
- Parameters:
protocolType
- Protocol applied to a Gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
protocolType
Protocol applied to a Gateway.
- Parameters:
protocolType
- Protocol applied to a Gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
protocolConfiguration
GetGatewayResponse.Builder protocolConfiguration(GatewayProtocolConfiguration protocolConfiguration) Sets the value of the ProtocolConfiguration property for this object.- Parameters:
protocolConfiguration
- The new value for the ProtocolConfiguration property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
protocolConfiguration
default GetGatewayResponse.Builder protocolConfiguration(Consumer<GatewayProtocolConfiguration.Builder> protocolConfiguration) Sets the value of the ProtocolConfiguration property for this object. This is a convenience method that creates an instance of theGatewayProtocolConfiguration.Builder
avoiding the need to create one manually viaGatewayProtocolConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toprotocolConfiguration(GatewayProtocolConfiguration)
.- Parameters:
protocolConfiguration
- a consumer that will call methods onGatewayProtocolConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
authorizerType
Authorizer type for the gateway.
- Parameters:
authorizerType
- Authorizer type for the gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
authorizerType
Authorizer type for the gateway.
- Parameters:
authorizerType
- Authorizer type for the gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
authorizerConfiguration
The authorizer configuration for the Gateway.
- Parameters:
authorizerConfiguration
- The authorizer configuration for the Gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authorizerConfiguration
default GetGatewayResponse.Builder authorizerConfiguration(Consumer<AuthorizerConfiguration.Builder> authorizerConfiguration) The authorizer configuration for the Gateway.
This is a convenience method that creates an instance of theAuthorizerConfiguration.Builder
avoiding the need to create one manually viaAuthorizerConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toauthorizerConfiguration(AuthorizerConfiguration)
.- Parameters:
authorizerConfiguration
- a consumer that will call methods onAuthorizerConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
kmsKeyArn
The ARN of the KMS key used to encrypt the Gateway.
- Parameters:
kmsKeyArn
- The ARN of the KMS key used to encrypt the Gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workloadIdentityDetails
The workload identity details for the Gateway.
- Parameters:
workloadIdentityDetails
- The workload identity details for the Gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workloadIdentityDetails
default GetGatewayResponse.Builder workloadIdentityDetails(Consumer<WorkloadIdentityDetails.Builder> workloadIdentityDetails) The workload identity details for the Gateway.
This is a convenience method that creates an instance of theWorkloadIdentityDetails.Builder
avoiding the need to create one manually viaWorkloadIdentityDetails.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toworkloadIdentityDetails(WorkloadIdentityDetails)
.- Parameters:
workloadIdentityDetails
- a consumer that will call methods onWorkloadIdentityDetails.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
exceptionLevel
The verbosity of exception messages. Use DEBUG mode to see granular exception messages from a Gateway. If this parameter is not set, exception messages are by default sanitized for presentation to end users.
- Parameters:
exceptionLevel
- The verbosity of exception messages. Use DEBUG mode to see granular exception messages from a Gateway. If this parameter is not set, exception messages are by default sanitized for presentation to end users.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
exceptionLevel
The verbosity of exception messages. Use DEBUG mode to see granular exception messages from a Gateway. If this parameter is not set, exception messages are by default sanitized for presentation to end users.
- Parameters:
exceptionLevel
- The verbosity of exception messages. Use DEBUG mode to see granular exception messages from a Gateway. If this parameter is not set, exception messages are by default sanitized for presentation to end users.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-