Interface GetServiceIndexResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetServiceIndexResponse.Builder,,GetServiceIndexResponse> ResourceExplorer2Response.Builder,SdkBuilder<GetServiceIndexResponse.Builder,,GetServiceIndexResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetServiceIndexResponse
@Mutable
@NotThreadSafe
public static interface GetServiceIndexResponse.Builder
extends ResourceExplorer2Response.Builder, SdkPojo, CopyableBuilder<GetServiceIndexResponse.Builder,GetServiceIndexResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the Resource Explorer index in the current Region.The type of the index.The type of the index.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.resourceexplorer2.model.ResourceExplorer2Response.Builder
build, responseMetadata, responseMetadataMethods 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, sdkHttpResponse
-
Method Details
-
arn
The Amazon Resource Name (ARN) of the Resource Explorer index in the current Region.
- Parameters:
arn- The Amazon Resource Name (ARN) of the Resource Explorer index in the current Region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of the index. Valid values are
LOCAL(contains resources from the current Region only) orAGGREGATOR(contains replicated resource information from all Regions).- Parameters:
type- The type of the index. Valid values areLOCAL(contains resources from the current Region only) orAGGREGATOR(contains replicated resource information from all Regions).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of the index. Valid values are
LOCAL(contains resources from the current Region only) orAGGREGATOR(contains replicated resource information from all Regions).- Parameters:
type- The type of the index. Valid values areLOCAL(contains resources from the current Region only) orAGGREGATOR(contains replicated resource information from all Regions).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-