Interface UpdateAgentSpaceResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateAgentSpaceResponse.Builder,,UpdateAgentSpaceResponse> SdkBuilder<UpdateAgentSpaceResponse.Builder,,UpdateAgentSpaceResponse> SdkPojo,SdkResponse.Builder,SecurityAgentResponse.Builder
- Enclosing class:
UpdateAgentSpaceResponse
-
Method Summary
Modifier and TypeMethodDescriptionagentSpaceId(String agentSpaceId) The unique identifier of the updated agent space.default UpdateAgentSpaceResponse.BuilderawsResources(Consumer<AWSResources.Builder> awsResources) The AWS resources associated with the agent space.awsResources(AWSResources awsResources) The AWS resources associated with the agent space.default UpdateAgentSpaceResponse.BuildercodeReviewSettings(Consumer<CodeReviewSettings.Builder> codeReviewSettings) The code review settings for the agent space.codeReviewSettings(CodeReviewSettings codeReviewSettings) The code review settings for the agent space.The date and time the agent space was created, in UTC format.description(String description) The description of the agent space.The name of the agent space.targetDomainIds(String... targetDomainIds) The list of target domain identifiers associated with the agent space.targetDomainIds(Collection<String> targetDomainIds) The list of target domain identifiers associated with the agent space.The date and time the agent space was last updated, in UTC format.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.securityagent.model.SecurityAgentResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
agentSpaceId
The unique identifier of the updated agent space.
- Parameters:
agentSpaceId- The unique identifier of the updated agent space.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the agent space.
- Parameters:
name- The name of the agent space.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the agent space.
- Parameters:
description- The description of the agent space.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsResources
The AWS resources associated with the agent space.
- Parameters:
awsResources- The AWS resources associated with the agent space.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsResources
The AWS resources associated with the agent space.
This is a convenience method that creates an instance of theAWSResources.Builderavoiding the need to create one manually viaAWSResources.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toawsResources(AWSResources).- Parameters:
awsResources- a consumer that will call methods onAWSResources.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
targetDomainIds
The list of target domain identifiers associated with the agent space.
- Parameters:
targetDomainIds- The list of target domain identifiers associated with the agent space.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetDomainIds
The list of target domain identifiers associated with the agent space.
- Parameters:
targetDomainIds- The list of target domain identifiers associated with the agent space.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
codeReviewSettings
The code review settings for the agent space.
- Parameters:
codeReviewSettings- The code review settings for the agent space.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
codeReviewSettings
default UpdateAgentSpaceResponse.Builder codeReviewSettings(Consumer<CodeReviewSettings.Builder> codeReviewSettings) The code review settings for the agent space.
This is a convenience method that creates an instance of theCodeReviewSettings.Builderavoiding the need to create one manually viaCodeReviewSettings.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocodeReviewSettings(CodeReviewSettings).- Parameters:
codeReviewSettings- a consumer that will call methods onCodeReviewSettings.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createdAt
The date and time the agent space was created, in UTC format.
- Parameters:
createdAt- The date and time the agent space was created, in UTC format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The date and time the agent space was last updated, in UTC format.
- Parameters:
updatedAt- The date and time the agent space was last updated, in UTC format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-