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) Unique identifier of the agent spacedefault UpdateAgentSpaceResponse.BuilderawsResources(Consumer<AWSResources.Builder> awsResources) AWS resource configurations associated with the agent spaceawsResources(AWSResources awsResources) AWS resource configurations associated with the agent spacedefault UpdateAgentSpaceResponse.BuildercodeReviewSettings(Consumer<CodeReviewSettings.Builder> codeReviewSettings) Configuration for code review analysis, including controls scanning and general purpose scanning settingscodeReviewSettings(CodeReviewSettings codeReviewSettings) Configuration for code review analysis, including controls scanning and general purpose scanning settingsTimestamp when the agent space was createddescription(String description) Description of the agent spaceName of the agent spacetargetDomainIds(String... targetDomainIds) List of target domain IDs registered with the agent spacetargetDomainIds(Collection<String> targetDomainIds) List of target domain IDs registered with the agent spaceTimestamp when the agent space was last updatedMethods 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
Unique identifier of the agent space
- Parameters:
agentSpaceId- Unique identifier of the agent space- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
Name of the agent space
- Parameters:
name- Name of the agent space- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
Description of the agent space
- Parameters:
description- Description of the agent space- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsResources
AWS resource configurations associated with the agent space
- Parameters:
awsResources- AWS resource configurations associated with the agent space- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsResources
AWS resource configurations 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
List of target domain IDs registered with the agent space
- Parameters:
targetDomainIds- List of target domain IDs registered with the agent space- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetDomainIds
List of target domain IDs registered with the agent space
- Parameters:
targetDomainIds- List of target domain IDs registered with the agent space- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
codeReviewSettings
Configuration for code review analysis, including controls scanning and general purpose scanning settings
- Parameters:
codeReviewSettings- Configuration for code review analysis, including controls scanning and general purpose scanning settings- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
codeReviewSettings
default UpdateAgentSpaceResponse.Builder codeReviewSettings(Consumer<CodeReviewSettings.Builder> codeReviewSettings) Configuration for code review analysis, including controls scanning and general purpose scanning settings
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
Timestamp when the agent space was created
- Parameters:
createdAt- Timestamp when the agent space was created- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
Timestamp when the agent space was last updated
- Parameters:
updatedAt- Timestamp when the agent space was last updated- Returns:
- Returns a reference to this object so that method calls can be chained together.
-