Interface UpdateGatewayResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,BedrockAgentCoreControlResponse.Builder
,Buildable
,CopyableBuilder<UpdateGatewayResponse.Builder,
,UpdateGatewayResponse> SdkBuilder<UpdateGatewayResponse.Builder,
,UpdateGatewayResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
UpdateGatewayResponse
-
Method Summary
Modifier and TypeMethodDescriptiondefault UpdateGatewayResponse.Builder
authorizerConfiguration
(Consumer<AuthorizerConfiguration.Builder> authorizerConfiguration) The updated authorizer configuration for the Gateway.authorizerConfiguration
(AuthorizerConfiguration authorizerConfiguration) The updated authorizer configuration for the Gateway.authorizerType
(String authorizerType) The updated authorizer type for the Gateway.authorizerType
(AuthorizerType authorizerType) The updated authorizer type for the Gateway.The timestamp when the Gateway was created.description
(String description) The updated 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 updated Gateway.The unique identifier of the updated Gateway.gatewayUrl
(String gatewayUrl) An endpoint for invoking the updated Gateway.The updated ARN of the KMS key used to encrypt the Gateway.The updated name of the Gateway.default UpdateGatewayResponse.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) The updated protocol type for the Gateway.protocolType
(GatewayProtocolType protocolType) The updated protocol type for the Gateway.The updated IAM role ARN that provides permissions for the Gateway.The current status of the updated Gateway.status
(GatewayStatus status) The current status of the updated Gateway.statusReasons
(String... statusReasons) The reasons for the current status of the updated Gateway.statusReasons
(Collection<String> statusReasons) The reasons for the current status of the updated Gateway.The timestamp when the Gateway was last updated.default UpdateGatewayResponse.Builder
workloadIdentityDetails
(Consumer<WorkloadIdentityDetails.Builder> workloadIdentityDetails) The workload identity details for the updated Gateway.workloadIdentityDetails
(WorkloadIdentityDetails workloadIdentityDetails) The workload identity details for the updated 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 updated Gateway.
- Parameters:
gatewayArn
- The Amazon Resource Name (ARN) of the updated Gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
gatewayId
The unique identifier of the updated Gateway.
- Parameters:
gatewayId
- The unique identifier of the updated Gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
gatewayUrl
An endpoint for invoking the updated Gateway.
- Parameters:
gatewayUrl
- An endpoint for invoking the updated 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 updated Gateway.
- Parameters:
status
- The current status of the updated Gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the updated Gateway.
- Parameters:
status
- The current status of the updated 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 updated Gateway.
- Parameters:
statusReasons
- The reasons for the current status of the updated 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 updated Gateway.
- Parameters:
statusReasons
- The reasons for the current status of the updated Gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The updated name of the Gateway.
- Parameters:
name
- The updated name of the Gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The updated description of the Gateway.
- Parameters:
description
- The updated description of the Gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roleArn
The updated IAM role ARN that provides permissions for the Gateway.
- Parameters:
roleArn
- The updated 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
The updated protocol type for the Gateway.
- Parameters:
protocolType
- The updated protocol type for the Gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
protocolType
The updated protocol type for the Gateway.
- Parameters:
protocolType
- The updated protocol type for the Gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
protocolConfiguration
UpdateGatewayResponse.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 UpdateGatewayResponse.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
The updated authorizer type for the Gateway.
- Parameters:
authorizerType
- The updated authorizer type for the Gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
authorizerType
The updated authorizer type for the Gateway.
- Parameters:
authorizerType
- The updated authorizer type for the Gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
authorizerConfiguration
UpdateGatewayResponse.Builder authorizerConfiguration(AuthorizerConfiguration authorizerConfiguration) The updated authorizer configuration for the Gateway.
- Parameters:
authorizerConfiguration
- The updated authorizer configuration for the Gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authorizerConfiguration
default UpdateGatewayResponse.Builder authorizerConfiguration(Consumer<AuthorizerConfiguration.Builder> authorizerConfiguration) The updated 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 updated ARN of the KMS key used to encrypt the Gateway.
- Parameters:
kmsKeyArn
- The updated 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
UpdateGatewayResponse.Builder workloadIdentityDetails(WorkloadIdentityDetails workloadIdentityDetails) The workload identity details for the updated Gateway.
- Parameters:
workloadIdentityDetails
- The workload identity details for the updated Gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workloadIdentityDetails
default UpdateGatewayResponse.Builder workloadIdentityDetails(Consumer<WorkloadIdentityDetails.Builder> workloadIdentityDetails) The workload identity details for the updated 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:
-