Interface AWSResources.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AWSResources.Builder,,AWSResources> SdkBuilder<AWSResources.Builder,,AWSResources> SdkPojo
- Enclosing class:
AWSResources
-
Method Summary
Modifier and TypeMethodDescriptionThe IAM roles associated with the agent space.iamRoles(Collection<String> iamRoles) The IAM roles associated with the agent space.lambdaFunctionArns(String... lambdaFunctionArns) The Amazon Resource Names (ARNs) of the Lambda functions associated with the agent space.lambdaFunctionArns(Collection<String> lambdaFunctionArns) The Amazon Resource Names (ARNs) of the Lambda functions associated with the agent space.The Amazon Resource Names (ARNs) of the CloudWatch log groups associated with the agent space.logGroups(Collection<String> logGroups) The Amazon Resource Names (ARNs) of the CloudWatch log groups associated with the agent space.The Amazon Resource Names (ARNs) of the S3 buckets associated with the agent space.s3Buckets(Collection<String> s3Buckets) The Amazon Resource Names (ARNs) of the S3 buckets associated with the agent space.secretArns(String... secretArns) The Amazon Resource Names (ARNs) of the Secrets Manager secrets associated with the agent space.secretArns(Collection<String> secretArns) The Amazon Resource Names (ARNs) of the Secrets Manager secrets associated with the agent space.vpcs(Collection<VpcConfig> vpcs) The VPC configurations associated with the agent space.vpcs(Consumer<VpcConfig.Builder>... vpcs) The VPC configurations associated with the agent space.The VPC configurations associated with the agent space.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, sdkFields
-
Method Details
-
vpcs
The VPC configurations associated with the agent space.
- Parameters:
vpcs- The VPC configurations associated with the agent space.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcs
The VPC configurations associated with the agent space.
- Parameters:
vpcs- The VPC configurations associated with the agent space.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcs
The VPC configurations associated with the agent space.
This is a convenience method that creates an instance of theVpcConfig.Builderavoiding the need to create one manually viaVpcConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tovpcs(List<VpcConfig>).- Parameters:
vpcs- a consumer that will call methods onVpcConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
logGroups
The Amazon Resource Names (ARNs) of the CloudWatch log groups associated with the agent space.
- Parameters:
logGroups- The Amazon Resource Names (ARNs) of the CloudWatch log groups associated with the agent space.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
logGroups
The Amazon Resource Names (ARNs) of the CloudWatch log groups associated with the agent space.
- Parameters:
logGroups- The Amazon Resource Names (ARNs) of the CloudWatch log groups associated with the agent space.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3Buckets
The Amazon Resource Names (ARNs) of the S3 buckets associated with the agent space.
- Parameters:
s3Buckets- The Amazon Resource Names (ARNs) of the S3 buckets associated with the agent space.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3Buckets
The Amazon Resource Names (ARNs) of the S3 buckets associated with the agent space.
- Parameters:
s3Buckets- The Amazon Resource Names (ARNs) of the S3 buckets associated with the agent space.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
secretArns
The Amazon Resource Names (ARNs) of the Secrets Manager secrets associated with the agent space.
- Parameters:
secretArns- The Amazon Resource Names (ARNs) of the Secrets Manager secrets associated with the agent space.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
secretArns
The Amazon Resource Names (ARNs) of the Secrets Manager secrets associated with the agent space.
- Parameters:
secretArns- The Amazon Resource Names (ARNs) of the Secrets Manager secrets associated with the agent space.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lambdaFunctionArns
The Amazon Resource Names (ARNs) of the Lambda functions associated with the agent space.
- Parameters:
lambdaFunctionArns- The Amazon Resource Names (ARNs) of the Lambda functions associated with the agent space.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lambdaFunctionArns
The Amazon Resource Names (ARNs) of the Lambda functions associated with the agent space.
- Parameters:
lambdaFunctionArns- The Amazon Resource Names (ARNs) of the Lambda functions associated with the agent space.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
iamRoles
The IAM roles associated with the agent space.
- Parameters:
iamRoles- The IAM roles associated with the agent space.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
iamRoles
The IAM roles associated with the agent space.
- Parameters:
iamRoles- The IAM roles associated with the agent space.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-