Interface GetResourceSetResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetResourceSetResponse.Builder,
,GetResourceSetResponse> FmsResponse.Builder
,SdkBuilder<GetResourceSetResponse.Builder,
,GetResourceSetResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetResourceSetResponse
public static interface GetResourceSetResponse.Builder
extends FmsResponse.Builder, SdkPojo, CopyableBuilder<GetResourceSetResponse.Builder,GetResourceSetResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondefault GetResourceSetResponse.Builder
resourceSet
(Consumer<ResourceSet.Builder> resourceSet) Information about the specified resource set.resourceSet
(ResourceSet resourceSet) Information about the specified resource set.resourceSetArn
(String resourceSetArn) The Amazon Resource Name (ARN) of the resource set.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.fms.model.FmsResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
resourceSet
Information about the specified resource set.
- Parameters:
resourceSet
- Information about the specified resource set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceSet
Information about the specified resource set.
This is a convenience method that creates an instance of theResourceSet.Builder
avoiding the need to create one manually viaResourceSet.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toresourceSet(ResourceSet)
.- Parameters:
resourceSet
- a consumer that will call methods onResourceSet.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
resourceSetArn
The Amazon Resource Name (ARN) of the resource set.
- Parameters:
resourceSetArn
- The Amazon Resource Name (ARN) of the resource set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-