Interface UpdateScopeResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateScopeResponse.Builder,UpdateScopeResponse>,NetworkFlowMonitorResponse.Builder,SdkBuilder<UpdateScopeResponse.Builder,UpdateScopeResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateScopeResponse
public static interface UpdateScopeResponse.Builder extends NetworkFlowMonitorResponse.Builder, SdkPojo, CopyableBuilder<UpdateScopeResponse.Builder,UpdateScopeResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateScopeResponse.BuilderscopeArn(String scopeArn)The Amazon Resource Name (ARN) of the scope.UpdateScopeResponse.BuilderscopeId(String scopeId)The identifier for the scope that includes the resources you want to get data results for.UpdateScopeResponse.Builderstatus(String status)The status for a call to update a scope.UpdateScopeResponse.Builderstatus(ScopeStatus status)The status for a call to update a scope.UpdateScopeResponse.Buildertags(Map<String,String> tags)The tags for a scope.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.networkflowmonitor.model.NetworkFlowMonitorResponse.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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
scopeId
UpdateScopeResponse.Builder scopeId(String scopeId)
The identifier for the scope that includes the resources you want to get data results for. A scope ID is an internally-generated identifier that includes all the resources for a specific root account.
- Parameters:
scopeId- The identifier for the scope that includes the resources you want to get data results for. A scope ID is an internally-generated identifier that includes all the resources for a specific root account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
UpdateScopeResponse.Builder status(String status)
The status for a call to update a scope. The status can be one of the following:
SUCCEEDED,IN_PROGRESS, orFAILED.- Parameters:
status- The status for a call to update a scope. The status can be one of the following:SUCCEEDED,IN_PROGRESS, orFAILED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ScopeStatus,ScopeStatus
-
status
UpdateScopeResponse.Builder status(ScopeStatus status)
The status for a call to update a scope. The status can be one of the following:
SUCCEEDED,IN_PROGRESS, orFAILED.- Parameters:
status- The status for a call to update a scope. The status can be one of the following:SUCCEEDED,IN_PROGRESS, orFAILED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ScopeStatus,ScopeStatus
-
scopeArn
UpdateScopeResponse.Builder scopeArn(String scopeArn)
The Amazon Resource Name (ARN) of the scope.
- Parameters:
scopeArn- The Amazon Resource Name (ARN) of the scope.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
UpdateScopeResponse.Builder tags(Map<String,String> tags)
The tags for a scope.
- Parameters:
tags- The tags for a scope.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-